結果

問題 No.1767 BLUE to RED
ユーザー tailstails
提出日時 2021-11-30 17:04:24
言語 Perl
(5.38.2)
結果
AC  
実行時間 1,991 ms / 2,000 ms
コード長 203 bytes
コンパイル時間 577 ms
コンパイル使用メモリ 6,016 KB
実行使用メモリ 72,292 KB
最終ジャッジ日時 2024-07-03 12:26:31
合計ジャッジ時間 21,923 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
6,144 KB
testcase_01 AC 7 ms
6,144 KB
testcase_02 AC 7 ms
6,272 KB
testcase_03 AC 7 ms
6,144 KB
testcase_04 AC 9 ms
6,400 KB
testcase_05 AC 10 ms
6,400 KB
testcase_06 AC 8 ms
6,144 KB
testcase_07 AC 10 ms
6,400 KB
testcase_08 AC 12 ms
6,528 KB
testcase_09 AC 634 ms
43,292 KB
testcase_10 AC 869 ms
53,020 KB
testcase_11 AC 734 ms
49,504 KB
testcase_12 AC 670 ms
43,040 KB
testcase_13 AC 1,016 ms
56,996 KB
testcase_14 AC 1,353 ms
72,164 KB
testcase_15 AC 1,351 ms
72,036 KB
testcase_16 AC 1,544 ms
72,040 KB
testcase_17 AC 1,345 ms
72,028 KB
testcase_18 AC 1,361 ms
72,292 KB
testcase_19 AC 1,380 ms
72,168 KB
testcase_20 AC 1,451 ms
72,052 KB
testcase_21 AC 1,548 ms
72,168 KB
testcase_22 AC 1,719 ms
72,032 KB
testcase_23 AC 1,991 ms
72,036 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "a" may clash with future reserved word at Main.pl line 2.
Unquoted string "c" may clash with future reserved word at Main.pl line 2.
Name "main::b" used only once: possible typo at Main.pl line 4.
Name "main::c" used only once: possible typo at Main.pl line 4.
Main.pl syntax OK

ソースコード

diff #

sub f{$y=$x<$y+$d?$x:$y+$d;}
@$_=glob<>.2e9for a..c;
$p=-2e9;
while($u=$b[$i],$v=$c[$j]){
	if($u<$v){
		f$d=$u-$p;
		$x=$y;
		$p=$u;
		++$i;
	}else{
		f$d=$v-$p;
		$x+=$d;
		$p=$v;
		++$j;
	}
}
print$y;
0