結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 3 ms
5,248 KB
testcase_02 AC 884 ms
5,760 KB
testcase_03 AC 63 ms
5,248 KB
testcase_04 AC 18 ms
5,248 KB
testcase_05 AC 19 ms
5,248 KB
testcase_06 AC 265 ms
5,376 KB
testcase_07 AC 181 ms
5,248 KB
testcase_08 AC 83 ms
5,248 KB
testcase_09 AC 399 ms
5,376 KB
testcase_10 AC 3 ms
5,248 KB
testcase_11 AC 182 ms
5,504 KB
testcase_12 AC 637 ms
5,376 KB
testcase_13 AC 674 ms
5,376 KB
testcase_14 AC 870 ms
5,632 KB
testcase_15 AC 811 ms
5,376 KB
testcase_16 AC 741 ms
5,632 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