結果

問題 No.487 2017 Calculation(2017の計算)
ユーザー nohakai3nohakai3
提出日時 2022-11-07 21:17:49
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 65 ms / 2,000 ms
コード長 50 bytes
コンパイル時間 923 ms
コンパイル使用メモリ 87,276 KB
実行使用メモリ 71,544 KB
最終ジャッジ日時 2023-09-28 09:46:10
合計ジャッジ時間 3,360 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 62 ms
71,420 KB
testcase_01 AC 61 ms
71,412 KB
testcase_02 AC 61 ms
71,320 KB
testcase_03 AC 62 ms
71,332 KB
testcase_04 AC 60 ms
71,544 KB
testcase_05 AC 62 ms
71,364 KB
testcase_06 AC 63 ms
71,420 KB
testcase_07 AC 62 ms
71,132 KB
testcase_08 AC 62 ms
71,524 KB
testcase_09 AC 61 ms
71,332 KB
testcase_10 AC 63 ms
71,136 KB
testcase_11 AC 64 ms
71,448 KB
testcase_12 AC 64 ms
71,292 KB
testcase_13 AC 65 ms
71,392 KB
testcase_14 AC 62 ms
71,396 KB
testcase_15 AC 63 ms
71,332 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

n=2017+(2017*2017)**2017
m=int(input())
print(n%m)
0