結果

問題 No.8058 M + D Problem
ユーザー ねしんねしん
提出日時 2024-05-21 14:07:32
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 45 bytes
コンパイル時間 199 ms
コンパイル使用メモリ 82,396 KB
実行使用メモリ 53,440 KB
最終ジャッジ日時 2024-12-20 18:12:00
合計ジャッジ時間 2,133 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 43 ms
52,752 KB
testcase_01 AC 42 ms
52,780 KB
testcase_02 AC 40 ms
52,480 KB
testcase_03 AC 44 ms
52,480 KB
testcase_04 WA -
testcase_05 AC 43 ms
51,988 KB
testcase_06 AC 41 ms
53,440 KB
testcase_07 AC 42 ms
52,620 KB
testcase_08 AC 41 ms
52,644 KB
testcase_09 AC 39 ms
52,320 KB
testcase_10 AC 38 ms
52,908 KB
testcase_11 AC 39 ms
52,436 KB
testcase_12 AC 39 ms
53,212 KB
testcase_13 AC 39 ms
53,228 KB
testcase_14 AC 38 ms
52,628 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

M,D=list(map(int,input().split()))
print(M+D)
0