結果

問題 No.3 ビットすごろく
ユーザー tailstails
提出日時 2019-07-24 18:54:50
言語 Perl
(5.38.2)
結果
AC  
実行時間 80 ms / 5,000 ms
コード長 108 bytes
コンパイル時間 243 ms
コンパイル使用メモリ 6,816 KB
実行使用メモリ 65,920 KB
最終ジャッジ日時 2024-07-01 09:26:39
合計ジャッジ時間 2,381 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
6,812 KB
testcase_01 AC 3 ms
6,940 KB
testcase_02 AC 4 ms
6,940 KB
testcase_03 AC 14 ms
10,880 KB
testcase_04 AC 6 ms
6,940 KB
testcase_05 AC 34 ms
25,472 KB
testcase_06 AC 15 ms
11,776 KB
testcase_07 AC 10 ms
7,936 KB
testcase_08 AC 26 ms
19,072 KB
testcase_09 AC 48 ms
36,992 KB
testcase_10 AC 60 ms
48,512 KB
testcase_11 AC 42 ms
32,512 KB
testcase_12 AC 32 ms
24,704 KB
testcase_13 AC 12 ms
9,344 KB
testcase_14 AC 57 ms
46,080 KB
testcase_15 AC 79 ms
64,640 KB
testcase_16 AC 69 ms
57,472 KB
testcase_17 AC 76 ms
63,232 KB
testcase_18 AC 11 ms
8,576 KB
testcase_19 AC 80 ms
65,920 KB
testcase_20 AC 5 ms
6,944 KB
testcase_21 AC 3 ms
6,940 KB
testcase_22 AC 59 ms
46,976 KB
testcase_23 AC 79 ms
65,920 KB
testcase_24 AC 79 ms
65,920 KB
testcase_25 AC 77 ms
64,640 KB
testcase_26 AC 3 ms
6,940 KB
testcase_27 AC 13 ms
9,984 KB
testcase_28 AC 68 ms
55,680 KB
testcase_29 AC 42 ms
33,280 KB
testcase_30 AC 4 ms
6,944 KB
testcase_31 AC 4 ms
6,940 KB
testcase_32 AC 38 ms
29,568 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Possible precedence problem on bitwise | operator at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

$n+=<>;@q=[1];($j,$v)=@$_,$j>$n|@$j||push@q,[$j+($b=grep$j&1<<$_,0..14),$#$j=++$v],[$j-$b,$v]for@q;print$#$n
0