結果

問題 No.451 575
ユーザー tailstails
提出日時 2016-12-02 01:36:05
言語 Perl
(5.38.2)
結果
AC  
実行時間 169 ms / 2,000 ms
コード長 236 bytes
コンパイル時間 108 ms
コンパイル使用メモリ 6,812 KB
実行使用メモリ 35,008 KB
最終ジャッジ日時 2024-05-09 19:00:32
合計ジャッジ時間 3,874 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4 ms
5,248 KB
testcase_01 AC 4 ms
5,376 KB
testcase_02 AC 3 ms
5,376 KB
testcase_03 AC 3 ms
5,376 KB
testcase_04 AC 3 ms
5,376 KB
testcase_05 AC 10 ms
6,656 KB
testcase_06 AC 28 ms
9,344 KB
testcase_07 AC 169 ms
31,104 KB
testcase_08 AC 3 ms
5,376 KB
testcase_09 AC 4 ms
5,376 KB
testcase_10 AC 41 ms
12,800 KB
testcase_11 AC 119 ms
28,032 KB
testcase_12 AC 155 ms
34,944 KB
testcase_13 AC 166 ms
35,008 KB
testcase_14 AC 3 ms
5,376 KB
testcase_15 AC 8 ms
6,144 KB
testcase_16 AC 23 ms
8,704 KB
testcase_17 AC 132 ms
27,264 KB
testcase_18 AC 131 ms
27,264 KB
testcase_19 AC 91 ms
19,840 KB
testcase_20 AC 10 ms
6,272 KB
testcase_21 AC 5 ms
5,760 KB
testcase_22 AC 4 ms
5,376 KB
testcase_23 AC 154 ms
34,944 KB
testcase_24 AC 92 ms
22,656 KB
testcase_25 AC 3 ms
5,376 KB
testcase_26 AC 3 ms
5,376 KB
testcase_27 AC 4 ms
5,376 KB
testcase_28 AC 4 ms
5,632 KB
testcase_29 AC 16 ms
7,424 KB
testcase_30 AC 132 ms
27,136 KB
testcase_31 AC 3 ms
5,376 KB
testcase_32 AC 55 ms
13,952 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$e=1e18|1;
($n,@b)=<>;
@a=1;
$\--;
for(0,1){
	$m=$o=$a[0];
	for(0..$#b){
		$v=$a[$_+1]=($b[$_]-$a[$_])*(-1)**$_;
		$v=$e-$v if -$_&2;
		$m=$v if $m>$v;
		$o=$v if $o<$v;
	}
	$a[0]=2-$m,next if $m<1;
	$\=join$/,$n+1,@a if $o<$e;
}
print	
0