結果

問題 No.487 2017 Calculation(2017の計算)
ユーザー 👑 yumechiyumechi
提出日時 2017-02-25 00:31:30
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 64 ms / 2,000 ms
コード長 42 bytes
コンパイル時間 246 ms
コンパイル使用メモリ 87,300 KB
実行使用メモリ 71,656 KB
最終ジャッジ日時 2023-08-31 01:06:42
合計ジャッジ時間 1,949 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 64 ms
71,384 KB
testcase_01 AC 61 ms
71,424 KB
testcase_02 AC 60 ms
71,304 KB
testcase_03 AC 59 ms
71,428 KB
testcase_04 AC 58 ms
71,656 KB
testcase_05 AC 57 ms
71,452 KB
testcase_06 AC 61 ms
71,408 KB
testcase_07 AC 60 ms
71,340 KB
testcase_08 AC 58 ms
71,452 KB
testcase_09 AC 61 ms
71,456 KB
testcase_10 AC 60 ms
71,536 KB
testcase_11 AC 59 ms
71,472 KB
testcase_12 AC 59 ms
71,324 KB
testcase_13 AC 60 ms
71,580 KB
testcase_14 AC 58 ms
71,280 KB
testcase_15 AC 59 ms
71,464 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

a=2017;print((a+(a*a)**2017)%int(input()))
0