結果

問題 No.451 575
ユーザー tailstails
提出日時 2016-12-02 09:40:44
言語 Perl
(5.38.2)
結果
AC  
実行時間 144 ms / 2,000 ms
コード長 179 bytes
コンパイル時間 56 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 31,488 KB
最終ジャッジ日時 2024-05-09 19:06:43
合計ジャッジ時間 3,676 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,248 KB
testcase_01 AC 3 ms
5,376 KB
testcase_02 AC 4 ms
5,376 KB
testcase_03 AC 4 ms
5,376 KB
testcase_04 AC 3 ms
5,376 KB
testcase_05 AC 9 ms
6,400 KB
testcase_06 AC 23 ms
9,344 KB
testcase_07 AC 143 ms
31,104 KB
testcase_08 AC 3 ms
5,376 KB
testcase_09 AC 4 ms
5,504 KB
testcase_10 AC 34 ms
11,776 KB
testcase_11 AC 100 ms
25,216 KB
testcase_12 AC 144 ms
31,360 KB
testcase_13 AC 130 ms
31,232 KB
testcase_14 AC 3 ms
5,376 KB
testcase_15 AC 7 ms
6,016 KB
testcase_16 AC 22 ms
8,576 KB
testcase_17 AC 122 ms
27,264 KB
testcase_18 AC 113 ms
27,136 KB
testcase_19 AC 71 ms
19,584 KB
testcase_20 AC 7 ms
6,144 KB
testcase_21 AC 5 ms
5,504 KB
testcase_22 AC 4 ms
5,376 KB
testcase_23 AC 132 ms
31,488 KB
testcase_24 AC 78 ms
20,352 KB
testcase_25 AC 3 ms
5,376 KB
testcase_26 AC 4 ms
5,376 KB
testcase_27 AC 3 ms
5,376 KB
testcase_28 AC 4 ms
5,504 KB
testcase_29 AC 14 ms
7,680 KB
testcase_30 AC 108 ms
27,136 KB
testcase_31 AC 4 ms
5,376 KB
testcase_32 AC 49 ms
13,952 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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