Accepted
Code
#include <bits/stdc++.h>
using namespace std;
int main() {
long long a, b;
cin >> a >> b;
cout << a + b << "\n";
}
Information
- Submit By
- Type
- Submission
- Problem
- P1000 A + B
- Language
- C++20 (G++ 13.2.0)
- Submit At
- 2024-07-10 09:01:55
- Judged At
- 2024-11-11 03:28:19
- Judged By
- Score
- 100
- Total Time
- 1ms
- Peak Memory
- 532.0 KiB