結果

問題 No.408 五輪ピック
ユーザー %20%20
提出日時 2020-06-28 09:34:30
言語 Perl
(5.38.2)
結果
AC  
実行時間 403 ms / 5,000 ms
コード長 183 bytes
コンパイル時間 198 ms
コンパイル使用メモリ 6,940 KB
実行使用メモリ 26,240 KB
最終ジャッジ日時 2024-07-07 03:55:50
合計ジャッジ時間 6,684 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
6,812 KB
testcase_01 AC 6 ms
6,944 KB
testcase_02 AC 6 ms
6,940 KB
testcase_03 AC 6 ms
6,940 KB
testcase_04 AC 6 ms
6,940 KB
testcase_05 AC 325 ms
18,048 KB
testcase_06 AC 160 ms
16,640 KB
testcase_07 AC 202 ms
18,048 KB
testcase_08 AC 187 ms
14,336 KB
testcase_09 AC 178 ms
15,104 KB
testcase_10 AC 137 ms
14,720 KB
testcase_11 AC 130 ms
14,080 KB
testcase_12 AC 232 ms
19,072 KB
testcase_13 AC 307 ms
17,792 KB
testcase_14 AC 51 ms
9,472 KB
testcase_15 AC 331 ms
18,048 KB
testcase_16 AC 318 ms
17,664 KB
testcase_17 AC 267 ms
18,432 KB
testcase_18 AC 268 ms
19,456 KB
testcase_19 AC 279 ms
20,736 KB
testcase_20 AC 75 ms
12,416 KB
testcase_21 AC 43 ms
9,472 KB
testcase_22 AC 130 ms
16,256 KB
testcase_23 AC 403 ms
26,240 KB
testcase_24 AC 242 ms
22,656 KB
testcase_25 AC 260 ms
18,048 KB
testcase_26 AC 305 ms
22,400 KB
testcase_27 AC 266 ms
18,048 KB
testcase_28 AC 183 ms
16,768 KB
testcase_29 AC 188 ms
16,768 KB
testcase_30 AC 6 ms
6,940 KB
testcase_31 AC 6 ms
6,940 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Possible precedence problem on bitwise | operator at Main.pl line 8.
Main.pl syntax OK

ソースコード

diff #

$N=<>;
map{push@{-$_},-$_[--$|]for@_=glob}<>;
for$i(@{-1}){
	$$_=$$_?1:$i for@$i
}
${-1}=0;
for$i(-$N..-1){
	$z|=$$i&&$$_&&$$i-$_&&$$_-$i&&$$i>0|$$_>0|$$i-$$_ for@$i
}
print$z?YES:NO
0