結果

問題 No.1237 EXP Multiple!
ユーザー tailstails
提出日時 2020-09-25 22:25:24
言語 Perl
(5.38.2)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 65 bytes
コンパイル時間 58 ms
コンパイル使用メモリ 6,812 KB
実行使用メモリ 49,152 KB
最終ジャッジ日時 2024-06-28 08:35:42
合計ジャッジ時間 7,473 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
5,888 KB
testcase_01 AC 419 ms
36,352 KB
testcase_02 AC 553 ms
47,616 KB
testcase_03 AC 580 ms
48,640 KB
testcase_04 AC 328 ms
49,152 KB
testcase_05 AC 304 ms
47,360 KB
testcase_06 AC 305 ms
47,232 KB
testcase_07 AC 303 ms
47,232 KB
testcase_08 AC 301 ms
47,360 KB
testcase_09 AC 300 ms
47,360 KB
testcase_10 AC 304 ms
47,232 KB
testcase_11 AC 306 ms
47,232 KB
testcase_12 AC 309 ms
47,360 KB
testcase_13 AC 304 ms
47,360 KB
testcase_14 AC 309 ms
47,232 KB
testcase_15 AC 305 ms
47,360 KB
testcase_16 AC 304 ms
47,360 KB
testcase_17 AC 305 ms
47,360 KB
testcase_18 AC 305 ms
47,360 KB
testcase_19 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "inf" may clash with future reserved word at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

$p=1;<>;map$p*=(0,1,4,729)[$_]//inf,glob<>;print$p?(1e9+7)%$p:-1;
0