結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 640 ms
84,992 KB
testcase_01 AC 302 ms
49,536 KB
testcase_02 AC 586 ms
85,120 KB
testcase_03 AC 401 ms
69,888 KB
testcase_04 AC 599 ms
84,992 KB
testcase_05 AC 187 ms
33,312 KB
testcase_06 AC 3,592 ms
102,400 KB
testcase_07 AC 356 ms
84,992 KB
testcase_08 AC 6 ms
12,992 KB
testcase_09 AC 352 ms
85,120 KB
testcase_10 AC 651 ms
64,888 KB
testcase_11 AC 727 ms
70,004 KB
testcase_12 AC 679 ms
67,576 KB
testcase_13 AC 1,151 ms
94,592 KB
testcase_14 TLE -
testcase_15 AC 10 ms
13,952 KB
testcase_16 AC 10 ms
13,696 KB
testcase_17 AC 28 ms
16,128 KB
testcase_18 AC 42 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