2 solutions

  • 1
    @ 2024-11-26 21:39:42
    #include <stdio.h>
    int main(){int a,b;scanf("%d %d",&a,&b);printf("%d",a+b);}
    
    • @ 2024-11-26 21:44:14

      太酷了

  • 1
    @ 2024-11-26 20:32:32

    #include <bits/stdc++.h> using namespace std;

    int main() { int a,b; cin>>a>>b; cout<<a+b; return 0; }

    • 1

    Information

    ID
    13
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    4
    Tags
    (None)
    # Submissions
    64
    Accepted
    31
    Uploaded By