結果

問題 No.1868 Teleporting Cyanmond
ユーザー tailstails
提出日時 2022-03-11 21:25:40
言語 Perl
(5.38.2)
結果
AC  
実行時間 213 ms / 2,000 ms
コード長 152 bytes
コンパイル時間 720 ms
コンパイル使用メモリ 6,684 KB
実行使用メモリ 32,256 KB
最終ジャッジ日時 2024-09-16 01:26:01
合計ジャッジ時間 5,089 ms
ジャッジサーバーID
(参考情報)
judge6 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
5,888 KB
testcase_01 AC 7 ms
6,016 KB
testcase_02 AC 8 ms
5,760 KB
testcase_03 AC 196 ms
28,288 KB
testcase_04 AC 145 ms
22,656 KB
testcase_05 AC 15 ms
6,784 KB
testcase_06 AC 39 ms
9,496 KB
testcase_07 AC 91 ms
16,640 KB
testcase_08 AC 54 ms
12,544 KB
testcase_09 AC 76 ms
15,488 KB
testcase_10 AC 155 ms
26,112 KB
testcase_11 AC 10 ms
6,272 KB
testcase_12 AC 45 ms
11,008 KB
testcase_13 AC 96 ms
17,536 KB
testcase_14 AC 192 ms
30,080 KB
testcase_15 AC 126 ms
21,632 KB
testcase_16 AC 27 ms
8,576 KB
testcase_17 AC 44 ms
10,624 KB
testcase_18 AC 213 ms
32,128 KB
testcase_19 AC 211 ms
32,128 KB
testcase_20 AC 211 ms
32,128 KB
testcase_21 AC 207 ms
32,128 KB
testcase_22 AC 207 ms
32,256 KB
testcase_23 AC 211 ms
32,128 KB
testcase_24 AC 210 ms
32,256 KB
testcase_25 AC 210 ms
32,128 KB
testcase_26 AC 213 ms
32,256 KB
testcase_27 AC 213 ms
32,256 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$n=<>;
@r=(0,glob<>);
$a=1;
for$i(1..$n){
	if($r[$i]==$n){
		print $c+1;
		exit;
	}
	if($b<$r[$i]){
		$b=$r[$i];
	}
	if($i==$a){
		$a=$b;
		$c+=1;
	}
}
0