結果

問題 No.469 区間加算と一致検索の問題
ユーザー %20%20
提出日時 2016-12-19 10:18:41
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 119 bytes
コンパイル時間 37 ms
コンパイル使用メモリ 6,684 KB
実行使用メモリ 52,608 KB
最終ジャッジ日時 2024-05-08 06:56:16
合計ジャッジ時間 27,250 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
6,144 KB
testcase_01 AC 8 ms
6,016 KB
testcase_02 AC 20 ms
9,216 KB
testcase_03 AC 47 ms
6,656 KB
testcase_04 AC 55 ms
6,784 KB
testcase_05 AC 64 ms
6,944 KB
testcase_06 AC 75 ms
7,296 KB
testcase_07 AC 76 ms
7,040 KB
testcase_08 AC 84 ms
7,424 KB
testcase_09 AC 37 ms
6,528 KB
testcase_10 WA -
testcase_11 AC 28 ms
6,528 KB
testcase_12 AC 88 ms
7,296 KB
testcase_13 AC 55 ms
6,784 KB
testcase_14 AC 21 ms
6,400 KB
testcase_15 AC 33 ms
6,400 KB
testcase_16 AC 81 ms
7,040 KB
testcase_17 AC 70 ms
6,912 KB
testcase_18 AC 74 ms
7,168 KB
testcase_19 AC 19 ms
6,272 KB
testcase_20 AC 86 ms
7,296 KB
testcase_21 AC 24 ms
6,400 KB
testcase_22 AC 9 ms
6,272 KB
testcase_23 AC 476 ms
13,312 KB
testcase_24 AC 459 ms
13,440 KB
testcase_25 AC 456 ms
13,312 KB
testcase_26 AC 461 ms
13,440 KB
testcase_27 AC 460 ms
13,568 KB
testcase_28 AC 461 ms
13,440 KB
testcase_29 AC 468 ms
13,440 KB
testcase_30 AC 477 ms
13,440 KB
testcase_31 AC 460 ms
13,440 KB
testcase_32 AC 459 ms
13,568 KB
testcase_33 AC 1,261 ms
52,608 KB
testcase_34 AC 1,245 ms
52,480 KB
testcase_35 AC 1,219 ms
52,480 KB
testcase_36 AC 1,200 ms
52,608 KB
testcase_37 AC 1,203 ms
52,480 KB
testcase_38 WA -
testcase_39 WA -
testcase_40 WA -
testcase_41 WA -
testcase_42 WA -
testcase_43 WA -
testcase_44 WA -
testcase_45 WA -
testcase_46 WA -
testcase_47 WA -
testcase_48 AC 9 ms
6,144 KB
testcase_49 AC 8 ms
6,016 KB
testcase_50 WA -
testcase_51 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$h[$_]=rand for 1..<>;
	($q,$L,$R,$K)=glob,
	'!'eq$q?
		$h{$h+=$K*($h[$L]-$h[$R])}//=$.-1
	:
		print$h{$h}+0,$/
while<>
0