結果

問題 No.390 最長の数列
ユーザー kotatsugamekotatsugame
提出日時 2019-10-12 06:40:48
言語 Perl
(5.40.0)
結果
AC  
実行時間 3,754 ms / 5,000 ms
コード長 98 bytes
コンパイル時間 99 ms
コンパイル使用メモリ 6,696 KB
実行使用メモリ 55,796 KB
最終ジャッジ日時 2024-11-27 05:36:40
合計ジャッジ時間 13,413 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 555 ms
37,760 KB
testcase_01 AC 249 ms
25,856 KB
testcase_02 AC 493 ms
37,632 KB
testcase_03 AC 357 ms
32,384 KB
testcase_04 AC 506 ms
37,632 KB
testcase_05 AC 216 ms
33,916 KB
testcase_06 AC 2,510 ms
55,680 KB
testcase_07 AC 302 ms
37,760 KB
testcase_08 AC 6 ms
12,800 KB
testcase_09 AC 303 ms
37,760 KB
testcase_10 AC 552 ms
43,516 KB
testcase_11 AC 618 ms
45,436 KB
testcase_12 AC 563 ms
44,408 KB
testcase_13 AC 923 ms
51,584 KB
testcase_14 AC 3,754 ms
55,796 KB
testcase_15 AC 9 ms
13,952 KB
testcase_16 AC 10 ms
13,568 KB
testcase_17 AC 27 ms
14,720 KB
testcase_18 AC 41 ms
16,640 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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