結果

問題 No.1924 3 color painting on a line
ユーザー tailstails
提出日時 2022-05-03 03:28:24
言語 Perl
(5.38.2)
結果
AC  
実行時間 159 ms / 2,000 ms
コード長 81 bytes
コンパイル時間 154 ms
コンパイル使用メモリ 6,816 KB
実行使用メモリ 12,288 KB
最終ジャッジ日時 2024-07-02 07:27:37
合計ジャッジ時間 5,900 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
6,812 KB
testcase_01 AC 3 ms
6,944 KB
testcase_02 AC 3 ms
6,940 KB
testcase_03 AC 159 ms
12,288 KB
testcase_04 AC 150 ms
12,160 KB
testcase_05 AC 149 ms
12,288 KB
testcase_06 AC 155 ms
12,160 KB
testcase_07 AC 148 ms
12,160 KB
testcase_08 AC 145 ms
12,288 KB
testcase_09 AC 149 ms
12,160 KB
testcase_10 AC 147 ms
12,288 KB
testcase_11 AC 154 ms
12,288 KB
testcase_12 AC 144 ms
12,288 KB
testcase_13 AC 146 ms
12,160 KB
testcase_14 AC 151 ms
12,288 KB
testcase_15 AC 152 ms
12,288 KB
testcase_16 AC 149 ms
12,160 KB
testcase_17 AC 148 ms
12,160 KB
testcase_18 AC 151 ms
12,288 KB
testcase_19 AC 152 ms
12,160 KB
testcase_20 AC 145 ms
12,160 KB
testcase_21 AC 146 ms
12,288 KB
testcase_22 AC 146 ms
12,160 KB
testcase_23 AC 55 ms
7,808 KB
testcase_24 AC 147 ms
11,904 KB
testcase_25 AC 113 ms
10,368 KB
testcase_26 AC 21 ms
6,940 KB
testcase_27 AC 88 ms
9,216 KB
testcase_28 AC 54 ms
7,680 KB
testcase_29 AC 35 ms
6,944 KB
testcase_30 AC 33 ms
6,940 KB
testcase_31 AC 32 ms
6,944 KB
testcase_32 AC 118 ms
10,496 KB
testcase_33 AC 95 ms
9,600 KB
testcase_34 AC 124 ms
11,008 KB
testcase_35 AC 100 ms
10,112 KB
testcase_36 AC 78 ms
8,704 KB
testcase_37 AC 81 ms
9,088 KB
testcase_38 AC 91 ms
9,344 KB
testcase_39 AC 20 ms
6,940 KB
testcase_40 AC 4 ms
6,944 KB
testcase_41 AC 61 ms
8,192 KB
testcase_42 AC 147 ms
12,288 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Possible precedence problem on bitwise & operator at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

<>;$b^=(--$d>0&/$b/?W:($d+=2,$b))^$a,$a=$_ for@a=<>=~/(.)\1*/g;print@a/2+$d/6+1|0
0