結果

問題 No.1936 Rational Approximation
ユーザー tassei903tassei903
提出日時 2021-10-30 10:43:16
言語 PyPy3
(7.3.8)
結果
AC  
実行時間 86 ms / 2,000 ms
コード長 43 bytes
コンパイル時間 273 ms
使用メモリ 75,892 KB
最終ジャッジ日時 2023-02-08 14:21:55
合計ジャッジ時間 2,688 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
使用メモリ
testcase_00 AC 82 ms
75,892 KB
testcase_01 AC 82 ms
75,428 KB
testcase_02 AC 84 ms
75,676 KB
testcase_03 AC 84 ms
75,428 KB
testcase_04 AC 82 ms
75,720 KB
testcase_05 AC 86 ms
75,676 KB
testcase_06 AC 84 ms
75,596 KB
testcase_07 AC 82 ms
75,680 KB
testcase_08 AC 82 ms
75,788 KB
testcase_09 AC 82 ms
75,436 KB
testcase_10 AC 82 ms
75,792 KB
testcase_11 AC 82 ms
75,384 KB
testcase_12 AC 82 ms
75,716 KB
testcase_13 AC 83 ms
75,348 KB
testcase_14 AC 84 ms
75,700 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

P,Q = map(int, input().split())
print(P+Q)
0