Submission #82587


ソースコード

1
2
3
4
5
6
7
8
9
#include <bits/stdc++.h>
using namespace std;
#define endl "\n"
int main() {
int a,b;
cin >> a >> b;
cout << (a + b) << endl;
}

ステータス

項目 データ
問題 1944 - 足し算をしよう
ユーザー名 ei2439
投稿日時 2025-04-14 17:51:03
言語 C++17
状態 Wrong Answer
得点 0
ソースコード長 148 Byte
最大実行時間 29 ms
最大メモリ使用量 656 KB

セット

セット 得点 Cases
1 ALL 0 / 10000 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
in01.txt WA 22 ms 604 KB
1
in02.txt AC 29 ms 452 KB
1
in03.txt WA 23 ms 552 KB
1
in04.txt WA 17 ms 400 KB
1
in05.txt WA 26 ms 632 KB
1
in06.txt WA 27 ms 608 KB
1
in07.txt WA 19 ms 580 KB
1
in08.txt WA 19 ms 552 KB
1
in09.txt AC 19 ms 656 KB
1