16 solutions

  • -4
    @ 2025-7-14 20:23:06
    #include<bits/stdc++.h>
    using namespace std;
    int a,b;
    int main(){
        cin>>a>>b;
        cout<<a+b;
        return 0;
    }
    

    Information

    ID
    5059
    Time
    1000ms
    Memory
    512MiB
    Difficulty
    1
    Tags
    # Submissions
    2271
    Accepted
    1508
    Uploaded By