結果

問題 No.3058 M + D Problem
ユーザー tanon710tanon710
提出日時 2020-11-04 19:33:46
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 39 bytes
コンパイル時間 279 ms
コンパイル使用メモリ 87,176 KB
実行使用メモリ 71,556 KB
最終ジャッジ日時 2023-09-29 15:51:06
合計ジャッジ時間 4,105 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 69 ms
71,360 KB
testcase_01 AC 70 ms
71,444 KB
testcase_02 AC 70 ms
71,144 KB
testcase_03 AC 70 ms
71,140 KB
testcase_04 WA -
testcase_05 AC 71 ms
71,336 KB
testcase_06 AC 70 ms
71,360 KB
testcase_07 AC 71 ms
71,368 KB
testcase_08 AC 70 ms
71,488 KB
testcase_09 AC 69 ms
71,452 KB
testcase_10 AC 68 ms
71,260 KB
testcase_11 AC 71 ms
71,240 KB
testcase_12 AC 70 ms
71,556 KB
testcase_13 AC 71 ms
71,372 KB
testcase_14 AC 68 ms
71,148 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

m,d=map(int,input().split())
print(m+d)
0