結果

問題 No.390 最長の数列
ユーザー %20%20
提出日時 2017-08-28 01:35:12
言語 Perl
(5.38.2)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 111 bytes
コンパイル時間 276 ms
コンパイル使用メモリ 6,816 KB
実行使用メモリ 102,400 KB
最終ジャッジ日時 2024-11-06 07:09:27
合計ジャッジ時間 17,130 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 631 ms
85,120 KB
testcase_01 AC 298 ms
49,664 KB
testcase_02 AC 577 ms
85,120 KB
testcase_03 AC 393 ms
70,016 KB
testcase_04 AC 601 ms
84,992 KB
testcase_05 AC 186 ms
33,228 KB
testcase_06 AC 3,514 ms
102,400 KB
testcase_07 AC 350 ms
84,992 KB
testcase_08 AC 7 ms
12,936 KB
testcase_09 AC 350 ms
85,120 KB
testcase_10 AC 647 ms
65,020 KB
testcase_11 AC 714 ms
70,040 KB
testcase_12 AC 675 ms
67,576 KB
testcase_13 AC 1,112 ms
94,464 KB
testcase_14 TLE -
testcase_15 AC 9 ms
13,952 KB
testcase_16 AC 10 ms
13,696 KB
testcase_17 AC 28 ms
16,000 KB
testcase_18 AC 44 ms
19,072 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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