結果

問題 No.6 使いものにならないハッシュ
ユーザー %20%20
提出日時 2017-12-13 17:20:22
言語 Perl
(5.38.2)
結果
AC  
実行時間 781 ms / 5,000 ms
コード長 252 bytes
コンパイル時間 313 ms
コンパイル使用メモリ 5,120 KB
実行使用メモリ 36,736 KB
最終ジャッジ日時 2024-09-16 16:42:15
合計ジャッジ時間 15,655 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4 ms
5,376 KB
testcase_01 AC 4 ms
5,376 KB
testcase_02 AC 725 ms
36,736 KB
testcase_03 AC 105 ms
10,880 KB
testcase_04 AC 226 ms
17,024 KB
testcase_05 AC 182 ms
14,336 KB
testcase_06 AC 464 ms
26,752 KB
testcase_07 AC 409 ms
25,600 KB
testcase_08 AC 464 ms
27,264 KB
testcase_09 AC 644 ms
35,712 KB
testcase_10 AC 4 ms
5,376 KB
testcase_11 AC 104 ms
10,624 KB
testcase_12 AC 458 ms
26,368 KB
testcase_13 AC 586 ms
32,768 KB
testcase_14 AC 658 ms
33,408 KB
testcase_15 AC 412 ms
23,552 KB
testcase_16 AC 606 ms
32,128 KB
testcase_17 AC 748 ms
35,968 KB
testcase_18 AC 781 ms
35,968 KB
testcase_19 AC 682 ms
34,432 KB
testcase_20 AC 543 ms
28,800 KB
testcase_21 AC 60 ms
8,576 KB
testcase_22 AC 634 ms
32,512 KB
testcase_23 AC 473 ms
26,880 KB
testcase_24 AC 571 ms
30,464 KB
testcase_25 AC 441 ms
25,728 KB
testcase_26 AC 689 ms
34,560 KB
testcase_27 AC 620 ms
32,384 KB
testcase_28 AC 298 ms
19,840 KB
testcase_29 AC 670 ms
34,688 KB
testcase_30 AC 560 ms
30,080 KB
testcase_31 AC 568 ms
30,720 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($K,$N)=@_=<>;
map{//;$_[$_+=$']=1while$_<$N}2..$N;
@p=grep!$_[$_],$K..$N;
for(@p){
	$h=$_;
	while($h>9){
		$t=0;
		$t+=$_ for$h=~/./g;
		$h=$t
	}
	if($l<=$h[$h]){
		$l=$h[$h]+1
	}
	$h[$h]=++$r;
	if($r-$l+1>=$x){
		$x=$r-$l+1;
		$\=$p[$l-1]
	}
}
print
0