結果

問題 No.1687 What the Heck?
ユーザー tailstails
提出日時 2021-09-24 21:40:57
言語 Perl
(5.38.2)
結果
AC  
実行時間 497 ms / 2,000 ms
コード長 87 bytes
コンパイル時間 193 ms
コンパイル使用メモリ 5,888 KB
実行使用メモリ 53,376 KB
最終ジャッジ日時 2024-07-05 10:16:19
合計ジャッジ時間 4,451 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
5,760 KB
testcase_01 AC 6 ms
5,760 KB
testcase_02 AC 6 ms
5,888 KB
testcase_03 AC 6 ms
5,888 KB
testcase_04 AC 7 ms
5,888 KB
testcase_05 AC 6 ms
5,888 KB
testcase_06 AC 6 ms
5,888 KB
testcase_07 AC 184 ms
22,400 KB
testcase_08 AC 222 ms
29,312 KB
testcase_09 AC 138 ms
22,528 KB
testcase_10 AC 98 ms
16,768 KB
testcase_11 AC 107 ms
17,536 KB
testcase_12 AC 497 ms
53,120 KB
testcase_13 AC 428 ms
53,248 KB
testcase_14 AC 445 ms
53,376 KB
testcase_15 AC 433 ms
53,248 KB
testcase_16 AC 427 ms
52,608 KB
testcase_17 AC 37 ms
9,216 KB
testcase_18 AC 430 ms
53,120 KB
testcase_19 AC 11 ms
6,272 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::n" used only once: possible typo at Main.pl line 2.
Main.pl syntax OK

ソースコード

diff #

<>;
$a[$_]=++$n for glob<>;
for(@a){
	if($-<$s-$_){
		$-=$s-$_;
	}
	$s+=$_;
}
print$-;
0