結果

問題 No.354 メルセンヌ素数
ユーザー brthyyjpbrthyyjp
提出日時 2021-10-02 17:50:17
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 70 ms / 1,000 ms
コード長 25 bytes
コンパイル時間 307 ms
コンパイル使用メモリ 87,188 KB
実行使用メモリ 71,560 KB
最終ジャッジ日時 2023-09-27 18:18:27
合計ジャッジ時間 2,368 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 65 ms
71,380 KB
testcase_01 AC 63 ms
71,400 KB
testcase_02 AC 66 ms
71,316 KB
testcase_03 AC 70 ms
71,256 KB
testcase_04 AC 66 ms
71,560 KB
testcase_05 AC 66 ms
71,348 KB
testcase_06 AC 64 ms
71,292 KB
testcase_07 AC 64 ms
71,484 KB
testcase_08 AC 66 ms
71,204 KB
testcase_09 AC 66 ms
71,232 KB
testcase_10 AC 67 ms
71,488 KB
testcase_11 AC 66 ms
71,228 KB
testcase_12 AC 64 ms
71,332 KB
testcase_13 AC 66 ms
71,320 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

p = int(input())
print(p)
0