Accepted
Code
#include <bits/stdc++.h>
#define int long long
#define fast ios_base::sync_with_stdio(0); cin.tie(NULL); cout.tie(NULL);
#define endl '\n'
#define sp " "
using namespace std;
int32_t main()
{
fast
int a,b;cin>>a>>b;
cout << a+b;
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1000 A + B
- Language
- C++20 (G++ 13.2.0)
- Submit At
- 2024-10-02 22:19:07
- Judged At
- 2024-11-11 02:51:34
- Judged By
- Score
- 100
- Total Time
- 1ms
- Peak Memory
- 536.0 KiB