Information
- ID
- 1
- Time
- 1000ms
- Memory
- 64MiB
- Difficulty
- 4
- Tags
- # Submissions
- 77
- Accepted
- 38
- Uploaded By
#include <bits/stdc++.h>
using namespace std;
int a,b;
int main(){
cin>>a>>b;
cout<<a+b;
return 0;
}
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.