7 solutions

  • 2
    @ 2025-6-24 19:16:28
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int a,b;
    	cin>>a>>b;
    	int c = a + b;
    	cout<<c;
    	return 0;
    }
    

    Information

    ID
    2
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    191
    Accepted
    96
    Uploaded By