Submission #53476009
Source Code Expand
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
#define rep(i, x) for (int i = 0; i < (x); i++)
int main()
{
int A, B;
cin >> A >> B;
cout << A + B << endl;
return 0;
}
Submission Info
| Submission Time | |
|---|---|
| Task | B01 - A+B Problem |
| User | ryoh1004 |
| Language | C++ 23 (gcc 12.2) |
| Score | 1000 |
| Code Size | 198 Byte |
| Status | AC |
| Exec Time | 7 ms |
| Memory | 3640 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 1000 / 1000 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample_01.txt, sample_02.txt, sample_03.txt |
| All | in01.txt, in02.txt, in03.txt, in04.txt, in05.txt, in06.txt, in07.txt, sample_01.txt, sample_02.txt, sample_03.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| in01.txt | AC | 7 ms | 3456 KiB |
| in02.txt | AC | 1 ms | 3388 KiB |
| in03.txt | AC | 1 ms | 3492 KiB |
| in04.txt | AC | 1 ms | 3496 KiB |
| in05.txt | AC | 1 ms | 3492 KiB |
| in06.txt | AC | 1 ms | 3640 KiB |
| in07.txt | AC | 1 ms | 3392 KiB |
| sample_01.txt | AC | 1 ms | 3452 KiB |
| sample_02.txt | AC | 1 ms | 3492 KiB |
| sample_03.txt | AC | 1 ms | 3456 KiB |