Accepted
Code
#include <iostream>
#include <vector>
#include <set>
#include <algorithm>
using namespace std;
#define speedBoost ios::sync_with_stdio(false); cin.tie(0); cout.tie(0);
#define ll long long int
void solve(){
ll a,b;
cin>>a>>b;
cout<<a+b<<endl;
}
int main(){
speedBoost;
//int tc;
//cin>>tc;
//while(tc--){
solve();
// }
}
Information
- Submit By
- Type
- Submission
- Problem
- P1000 A + B
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2025-04-23 11:30:24
- Judged At
- 2025-04-23 11:30:24
- Judged By
- Score
- 100
- Total Time
- 4ms
- Peak Memory
- 532.0 KiB