結果

問題 No.3 ビットすごろく
ユーザー tailstails
提出日時 2019-07-25 10:35:21
言語 Perl
(5.38.2)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 107 bytes
コンパイル時間 41 ms
コンパイル使用メモリ 5,212 KB
実行使用メモリ 4,860 KB
最終ジャッジ日時 2023-09-14 01:24:21
合計ジャッジ時間 1,327 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 3 ms
4,712 KB
testcase_03 AC 2 ms
4,792 KB
testcase_04 WA -
testcase_05 AC 3 ms
4,648 KB
testcase_06 AC 2 ms
4,732 KB
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 WA -
testcase_12 AC 3 ms
4,616 KB
testcase_13 AC 2 ms
4,560 KB
testcase_14 AC 2 ms
4,620 KB
testcase_15 AC 3 ms
4,552 KB
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 AC 3 ms
4,556 KB
testcase_23 AC 2 ms
4,832 KB
testcase_24 WA -
testcase_25 WA -
testcase_26 AC 3 ms
4,660 KB
testcase_27 WA -
testcase_28 WA -
testcase_29 WA -
testcase_30 WA -
testcase_31 WA -
testcase_32 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Possible precedence problem on bitwise | operator at Main.pl line 1.
Name "main::q" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

$n+=<>;@r=1;0while++$a,map{$_>$n|@$_||push@r,$_+($#$_=$a,$b=grep$'&1<<$_,//..64),$_-$b}(@q,@r)=@r;print$#$n
0