結果

問題 No.390 最長の数列
ユーザー kotatsugamekotatsugame
提出日時 2019-10-12 06:40:48
言語 Perl
(5.38.2)
結果
AC  
実行時間 3,722 ms / 5,000 ms
コード長 98 bytes
コンパイル時間 43 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 55,928 KB
最終ジャッジ日時 2024-05-05 09:42:59
合計ジャッジ時間 13,234 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 509 ms
37,760 KB
testcase_01 AC 242 ms
25,984 KB
testcase_02 AC 448 ms
37,760 KB
testcase_03 AC 326 ms
32,512 KB
testcase_04 AC 452 ms
37,760 KB
testcase_05 AC 196 ms
34,000 KB
testcase_06 AC 2,444 ms
55,680 KB
testcase_07 AC 277 ms
37,760 KB
testcase_08 AC 6 ms
12,928 KB
testcase_09 AC 267 ms
37,760 KB
testcase_10 AC 565 ms
43,640 KB
testcase_11 AC 731 ms
45,556 KB
testcase_12 AC 698 ms
44,532 KB
testcase_13 AC 883 ms
51,456 KB
testcase_14 AC 3,722 ms
55,928 KB
testcase_15 AC 9 ms
13,824 KB
testcase_16 AC 9 ms
13,568 KB
testcase_17 AC 23 ms
14,720 KB
testcase_18 AC 37 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