結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4 ms
6,816 KB
testcase_01 AC 4 ms
6,944 KB
testcase_02 AC 757 ms
36,864 KB
testcase_03 AC 105 ms
10,880 KB
testcase_04 AC 230 ms
17,152 KB
testcase_05 AC 183 ms
14,464 KB
testcase_06 AC 482 ms
26,752 KB
testcase_07 AC 433 ms
25,728 KB
testcase_08 AC 461 ms
27,264 KB
testcase_09 AC 643 ms
35,840 KB
testcase_10 AC 4 ms
6,940 KB
testcase_11 AC 104 ms
10,880 KB
testcase_12 AC 453 ms
26,496 KB
testcase_13 AC 590 ms
32,896 KB
testcase_14 AC 658 ms
33,408 KB
testcase_15 AC 393 ms
23,552 KB
testcase_16 AC 582 ms
32,384 KB
testcase_17 AC 675 ms
35,968 KB
testcase_18 AC 702 ms
35,968 KB
testcase_19 AC 637 ms
34,688 KB
testcase_20 AC 515 ms
28,800 KB
testcase_21 AC 57 ms
8,576 KB
testcase_22 AC 594 ms
32,640 KB
testcase_23 AC 463 ms
26,880 KB
testcase_24 AC 553 ms
30,464 KB
testcase_25 AC 408 ms
25,856 KB
testcase_26 AC 641 ms
34,688 KB
testcase_27 AC 601 ms
32,512 KB
testcase_28 AC 297 ms
19,840 KB
testcase_29 AC 667 ms
34,816 KB
testcase_30 AC 538 ms
30,208 KB
testcase_31 AC 560 ms
30,848 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]
	}
	$h[$h]=++$r;
	if($r-$l>=$x){
		$x=$r-$l;
		$\=$p[$l]
	}
}
print
0