結果

問題 No.487 2017 Calculation(2017の計算)
ユーザー dangodango
提出日時 2023-06-13 16:15:45
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 35 ms / 2,000 ms
コード長 55 bytes
コンパイル時間 293 ms
コンパイル使用メモリ 82,256 KB
実行使用メモリ 53,312 KB
最終ジャッジ日時 2024-06-22 01:29:18
合計ジャッジ時間 1,513 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 33 ms
52,168 KB
testcase_01 AC 35 ms
51,992 KB
testcase_02 AC 32 ms
51,944 KB
testcase_03 AC 32 ms
51,764 KB
testcase_04 AC 31 ms
52,276 KB
testcase_05 AC 31 ms
52,236 KB
testcase_06 AC 31 ms
52,072 KB
testcase_07 AC 31 ms
52,080 KB
testcase_08 AC 31 ms
52,368 KB
testcase_09 AC 31 ms
52,656 KB
testcase_10 AC 35 ms
52,620 KB
testcase_11 AC 31 ms
52,612 KB
testcase_12 AC 32 ms
52,608 KB
testcase_13 AC 32 ms
52,608 KB
testcase_14 AC 32 ms
52,508 KB
testcase_15 AC 32 ms
53,312 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

M = int(input())
print((2017 + pow(2017, 4034, M)) % M)
0