結果

問題 No.326 あみだますたー
ユーザー %20%20
提出日時 2017-01-07 14:46:14
言語 Perl
(5.38.2)
結果
AC  
実行時間 149 ms / 2,000 ms
コード長 254 bytes
コンパイル時間 421 ms
コンパイル使用メモリ 6,944 KB
実行使用メモリ 9,216 KB
最終ジャッジ日時 2024-05-09 21:56:41
合計ジャッジ時間 3,491 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
6,812 KB
testcase_01 AC 8 ms
6,940 KB
testcase_02 AC 12 ms
6,940 KB
testcase_03 AC 142 ms
8,960 KB
testcase_04 AC 33 ms
6,944 KB
testcase_05 AC 7 ms
6,940 KB
testcase_06 AC 78 ms
7,424 KB
testcase_07 AC 34 ms
6,940 KB
testcase_08 AC 59 ms
7,808 KB
testcase_09 AC 149 ms
9,216 KB
testcase_10 AC 133 ms
9,088 KB
testcase_11 AC 8 ms
6,940 KB
testcase_12 AC 73 ms
7,680 KB
testcase_13 AC 84 ms
7,936 KB
testcase_14 AC 18 ms
6,944 KB
testcase_15 AC 30 ms
7,040 KB
testcase_16 AC 32 ms
7,936 KB
testcase_17 AC 43 ms
7,040 KB
testcase_18 AC 32 ms
6,940 KB
testcase_19 AC 44 ms
7,424 KB
testcase_20 AC 8 ms
6,940 KB
testcase_21 AC 8 ms
6,944 KB
testcase_22 AC 77 ms
7,680 KB
testcase_23 AC 69 ms
7,552 KB
testcase_24 AC 118 ms
8,576 KB
testcase_25 AC 102 ms
8,064 KB
testcase_26 AC 15 ms
6,944 KB
testcase_27 AC 79 ms
7,808 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

<>;<>;
@XY=map[glob],<>;
$a[$_]=++$i for@{pop@XY};

for$i(1..$#a){
	$t=$a[$i];
	$t==@$_[0]?++$t:$t==@$_[1]&&--$t for@XY,@xy;
	if($t<$i){
		push@xy,map[$_,$_+1],$t..$i-1
	}elsif($i<$t){
		push@xy,map[-$_,-$_+1],-$t+1..-$i
	}
}

print@xy.$/,map"@$_\n",@xy
0