結果

問題 No.7 プライムナンバーゲーム
ユーザー %20%20
提出日時 2017-05-11 20:48:10
言語 Perl
(5.38.2)
結果
AC  
実行時間 4,201 ms / 5,000 ms
コード長 97 bytes
コンパイル時間 141 ms
コンパイル使用メモリ 6,820 KB
実行使用メモリ 6,144 KB
最終ジャッジ日時 2024-10-01 16:03:10
合計ジャッジ時間 27,807 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,248 KB
testcase_01 AC 2 ms
5,248 KB
testcase_02 AC 4,201 ms
6,144 KB
testcase_03 AC 223 ms
5,376 KB
testcase_04 AC 55 ms
5,248 KB
testcase_05 AC 53 ms
5,248 KB
testcase_06 AC 1,119 ms
5,760 KB
testcase_07 AC 732 ms
5,632 KB
testcase_08 AC 318 ms
5,376 KB
testcase_09 AC 1,744 ms
5,632 KB
testcase_10 AC 3 ms
5,248 KB
testcase_11 AC 774 ms
5,632 KB
testcase_12 AC 2,901 ms
6,016 KB
testcase_13 AC 3,112 ms
5,888 KB
testcase_14 AC 4,152 ms
6,144 KB
testcase_15 AC 3,942 ms
5,888 KB
testcase_16 AC 3,611 ms
5,888 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Possible precedence problem on bitwise & operator at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

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