結果

問題 No.469 区間加算と一致検索の問題
ユーザー %20%20
提出日時 2016-12-19 10:24:49
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 171 bytes
コンパイル時間 480 ms
コンパイル使用メモリ 6,812 KB
実行使用メモリ 109,056 KB
最終ジャッジ日時 2024-05-08 06:57:11
合計ジャッジ時間 34,599 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
6,144 KB
testcase_01 AC 7 ms
6,016 KB
testcase_02 AC 31 ms
12,416 KB
testcase_03 AC 57 ms
7,808 KB
testcase_04 AC 64 ms
8,192 KB
testcase_05 AC 75 ms
8,576 KB
testcase_06 AC 84 ms
8,832 KB
testcase_07 AC 88 ms
9,216 KB
testcase_08 AC 96 ms
9,344 KB
testcase_09 AC 43 ms
7,424 KB
testcase_10 WA -
testcase_11 AC 31 ms
6,912 KB
testcase_12 AC 101 ms
9,344 KB
testcase_13 AC 65 ms
8,192 KB
testcase_14 AC 24 ms
6,656 KB
testcase_15 AC 36 ms
7,296 KB
testcase_16 AC 91 ms
9,344 KB
testcase_17 AC 82 ms
8,960 KB
testcase_18 AC 85 ms
8,832 KB
testcase_19 AC 21 ms
6,656 KB
testcase_20 AC 101 ms
9,344 KB
testcase_21 AC 27 ms
6,912 KB
testcase_22 AC 9 ms
6,272 KB
testcase_23 AC 563 ms
25,728 KB
testcase_24 AC 551 ms
25,728 KB
testcase_25 AC 557 ms
25,472 KB
testcase_26 AC 547 ms
25,472 KB
testcase_27 AC 545 ms
25,728 KB
testcase_28 AC 555 ms
25,728 KB
testcase_29 AC 550 ms
25,472 KB
testcase_30 AC 554 ms
25,728 KB
testcase_31 AC 560 ms
25,600 KB
testcase_32 AC 553 ms
25,600 KB
testcase_33 AC 1,547 ms
108,672 KB
testcase_34 AC 1,532 ms
109,056 KB
testcase_35 AC 1,583 ms
109,056 KB
testcase_36 AC 1,576 ms
108,928 KB
testcase_37 AC 1,590 ms
109,056 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 WA -
testcase_49 AC 7 ms
6,144 KB
testcase_50 WA -
testcase_51 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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