結果

問題 No.390 最長の数列
ユーザー %20%20
提出日時 2017-08-28 01:41:37
言語 Perl
(5.38.2)
結果
AC  
実行時間 4,232 ms / 5,000 ms
コード長 110 bytes
コンパイル時間 74 ms
コンパイル使用メモリ 7,076 KB
実行使用メモリ 86,648 KB
最終ジャッジ日時 2024-11-06 07:14:51
合計ジャッジ時間 13,145 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 388 ms
69,504 KB
testcase_01 AC 195 ms
41,856 KB
testcase_02 AC 360 ms
69,504 KB
testcase_03 AC 279 ms
57,600 KB
testcase_04 AC 375 ms
69,376 KB
testcase_05 AC 179 ms
33,256 KB
testcase_06 AC 2,738 ms
86,528 KB
testcase_07 AC 224 ms
69,376 KB
testcase_08 AC 6 ms
13,032 KB
testcase_09 AC 224 ms
69,504 KB
testcase_10 AC 530 ms
57,588 KB
testcase_11 AC 567 ms
61,560 KB
testcase_12 AC 540 ms
59,764 KB
testcase_13 AC 920 ms
80,128 KB
testcase_14 AC 4,232 ms
86,648 KB
testcase_15 AC 10 ms
13,952 KB
testcase_16 AC 10 ms
13,696 KB
testcase_17 AC 24 ms
15,872 KB
testcase_18 AC 36 ms
18,304 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

<>;$/=$";
for(sort{$a-$b}<>){
	$y+=$-=($x=++$d[$i=$_])-$y;
	$x<$d[$i]or$d[$i]=$x while($i+=$_)<=1e6
}
print$y
0