結果

問題 No.1936 Rational Approximation
ユーザー googol_S0googol_S0
提出日時 2022-05-13 21:49:00
言語 PyPy3
(7.3.8)
結果
AC  
実行時間 81 ms / 2,000 ms
コード長 36 bytes
コンパイル時間 263 ms
使用メモリ 75,856 KB
最終ジャッジ日時 2023-02-21 13:57:42
合計ジャッジ時間 2,540 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
使用メモリ
testcase_00 AC 74 ms
75,576 KB
testcase_01 AC 76 ms
75,668 KB
testcase_02 AC 76 ms
75,624 KB
testcase_03 AC 78 ms
75,732 KB
testcase_04 AC 81 ms
75,620 KB
testcase_05 AC 74 ms
75,752 KB
testcase_06 AC 74 ms
75,464 KB
testcase_07 AC 74 ms
75,708 KB
testcase_08 AC 74 ms
75,624 KB
testcase_09 AC 72 ms
75,676 KB
testcase_10 AC 74 ms
75,748 KB
testcase_11 AC 74 ms
75,856 KB
testcase_12 AC 74 ms
75,856 KB
testcase_13 AC 73 ms
75,620 KB
testcase_14 AC 79 ms
75,756 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print(sum(map(int,input().split())))
0