結果

問題 No.7 プライムナンバーゲーム
ユーザー %20%20
提出日時 2017-05-11 20:48:10
言語 Perl
(5.38.2)
結果
AC  
実行時間 4,848 ms / 5,000 ms
コード長 97 bytes
コンパイル時間 180 ms
コンパイル使用メモリ 6,948 KB
実行使用メモリ 6,692 KB
最終ジャッジ日時 2024-04-09 04:19:17
合計ジャッジ時間 32,378 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
6,688 KB
testcase_01 AC 3 ms
6,692 KB
testcase_02 AC 4,848 ms
6,692 KB
testcase_03 AC 261 ms
6,692 KB
testcase_04 AC 64 ms
6,692 KB
testcase_05 AC 61 ms
6,688 KB
testcase_06 AC 1,306 ms
6,692 KB
testcase_07 AC 854 ms
6,692 KB
testcase_08 AC 370 ms
6,692 KB
testcase_09 AC 2,034 ms
6,688 KB
testcase_10 AC 3 ms
6,692 KB
testcase_11 AC 864 ms
6,688 KB
testcase_12 AC 3,391 ms
6,688 KB
testcase_13 AC 3,631 ms
6,692 KB
testcase_14 AC 4,817 ms
6,688 KB
testcase_15 AC 4,562 ms
6,688 KB
testcase_16 AC 4,200 ms
6,692 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