Submission #82586


ソースコード

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:50:08
言語 C++17
状態 Wrong Answer
得点 0
ソースコード長 136 Byte
最大実行時間 42 ms
最大メモリ使用量 940 KB

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
in01.txt WA 42 ms 604 KB
1
in02.txt AC 19 ms 572 KB
1
in03.txt WA 24 ms 668 KB
1
in04.txt WA 35 ms 636 KB
1
in05.txt WA 20 ms 608 KB
1
in06.txt WA 34 ms 840 KB
1
in07.txt WA 23 ms 940 KB
1
in08.txt WA 20 ms 912 KB
1
in09.txt AC 22 ms 888 KB
1