結果

問題 No.1237 EXP Multiple!
ユーザー tailstails
提出日時 2020-09-26 13:14:03
言語 Perl
(5.38.2)
結果
AC  
実行時間 530 ms / 2,000 ms
コード長 66 bytes
コンパイル時間 194 ms
コンパイル使用メモリ 6,144 KB
実行使用メモリ 49,152 KB
最終ジャッジ日時 2024-06-29 00:09:30
合計ジャッジ時間 7,962 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
6,016 KB
testcase_01 AC 366 ms
36,480 KB
testcase_02 AC 506 ms
47,616 KB
testcase_03 AC 530 ms
48,768 KB
testcase_04 AC 325 ms
49,152 KB
testcase_05 AC 299 ms
47,488 KB
testcase_06 AC 304 ms
47,360 KB
testcase_07 AC 300 ms
47,488 KB
testcase_08 AC 299 ms
47,360 KB
testcase_09 AC 304 ms
47,360 KB
testcase_10 AC 302 ms
47,360 KB
testcase_11 AC 303 ms
47,488 KB
testcase_12 AC 305 ms
47,360 KB
testcase_13 AC 301 ms
47,360 KB
testcase_14 AC 300 ms
47,360 KB
testcase_15 AC 304 ms
47,488 KB
testcase_16 AC 298 ms
47,360 KB
testcase_17 AC 301 ms
47,360 KB
testcase_18 AC 301 ms
47,360 KB
testcase_19 AC 299 ms
47,360 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
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>0?(1e9+7)%$p:-1
0