結果

問題 No.7 プライムナンバーゲーム
ユーザー %20%20
提出日時 2017-05-11 19:29:39
言語 Perl
(5.38.2)
結果
AC  
実行時間 913 ms / 5,000 ms
コード長 99 bytes
コンパイル時間 126 ms
コンパイル使用メモリ 7,076 KB
実行使用メモリ 6,948 KB
最終ジャッジ日時 2024-04-09 04:15:05
合計ジャッジ時間 6,888 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
6,820 KB
testcase_01 AC 3 ms
6,944 KB
testcase_02 AC 913 ms
6,948 KB
testcase_03 AC 62 ms
6,948 KB
testcase_04 AC 19 ms
6,944 KB
testcase_05 AC 18 ms
6,948 KB
testcase_06 AC 268 ms
6,948 KB
testcase_07 AC 184 ms
6,948 KB
testcase_08 AC 85 ms
6,944 KB
testcase_09 AC 405 ms
6,944 KB
testcase_10 AC 3 ms
6,948 KB
testcase_11 AC 184 ms
6,948 KB
testcase_12 AC 647 ms
6,948 KB
testcase_13 AC 691 ms
6,948 KB
testcase_14 AC 909 ms
6,944 KB
testcase_15 AC 860 ms
6,948 KB
testcase_16 AC 789 ms
6,948 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Possible precedence problem on bitwise & operator at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

for$%(2..<>){grep$%%$_<1,2..sqrt$%or push@_,$%;$d[$%]|=$%-$_>1&!$d[$%-$_]for@_}print$d[-1]?Win:Lose
0