結果

問題 No.2518 Adjacent Larger
ユーザー tailstails
提出日時 2023-10-27 21:52:33
言語 Perl
(5.38.2)
結果
AC  
実行時間 77 ms / 2,000 ms
コード長 75 bytes
コンパイル時間 288 ms
コンパイル使用メモリ 5,548 KB
実行使用メモリ 6,236 KB
最終ジャッジ日時 2023-10-27 21:52:35
合計ジャッジ時間 1,546 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,684 KB
testcase_01 AC 16 ms
5,768 KB
testcase_02 AC 17 ms
5,772 KB
testcase_03 AC 16 ms
5,772 KB
testcase_04 AC 17 ms
5,772 KB
testcase_05 AC 17 ms
5,772 KB
testcase_06 AC 11 ms
5,756 KB
testcase_07 AC 11 ms
5,756 KB
testcase_08 AC 11 ms
5,760 KB
testcase_09 AC 12 ms
5,748 KB
testcase_10 AC 11 ms
5,752 KB
testcase_11 AC 9 ms
5,744 KB
testcase_12 AC 10 ms
5,736 KB
testcase_13 AC 11 ms
5,744 KB
testcase_14 AC 9 ms
5,740 KB
testcase_15 AC 10 ms
5,748 KB
testcase_16 AC 60 ms
6,228 KB
testcase_17 AC 35 ms
5,812 KB
testcase_18 AC 35 ms
5,812 KB
testcase_19 AC 34 ms
5,812 KB
testcase_20 AC 43 ms
6,124 KB
testcase_21 AC 4 ms
6,236 KB
testcase_22 AC 3 ms
6,236 KB
testcase_23 AC 59 ms
6,236 KB
testcase_24 AC 17 ms
6,220 KB
testcase_25 AC 19 ms
6,236 KB
testcase_26 AC 18 ms
6,236 KB
testcase_27 AC 8 ms
6,236 KB
testcase_28 AC 77 ms
6,236 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

<>;
while(<>){
	$_=<>x2;
	print!/0/|!/2/|/0.(1.)*0|2.(1.)*2/s?No:Yes,$/;
}
0