Submission #82589
ソースコード
1 2 3 4 5 6 7 8 9 10 11 12 13 | #include <bits/stdc++.h> using namespace std; int a, b; int main() { cin >> a >> b; cout << a + b << endl; return (0); } |
ステータス
項目 | データ |
---|---|
問題 | 1944 - 足し算をしよう |
ユーザー名 | ei2408 |
投稿日時 | 2025-04-14 17:51:27 |
言語 | C++17 |
状態 | Wrong Answer |
得点 | 0 |
ソースコード長 | 147 Byte |
最大実行時間 | 25 ms |
最大メモリ使用量 | 648 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 0 / 10000 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
in01.txt | WA | 25 ms | 604 KB |
1
|
in02.txt | AC | 23 ms | 444 KB |
1
|
in03.txt | WA | 22 ms | 544 KB |
1
|
in04.txt | WA | 24 ms | 648 KB |
1
|
in05.txt | WA | 21 ms | 620 KB |
1
|
in06.txt | WA | 21 ms | 592 KB |
1
|
in07.txt | WA | 19 ms | 568 KB |
1
|
in08.txt | WA | 18 ms | 408 KB |
1
|
in09.txt | AC | 25 ms | 508 KB |
1
|