結果

問題 No.448 ゆきこーだーの雨と雪 (3)
ユーザー cielciel
提出日時 2016-11-23 01:35:00
言語 Ruby
(3.3.0)
結果
AC  
実行時間 660 ms / 2,000 ms
コード長 486 bytes
コンパイル時間 163 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 31,488 KB
最終ジャッジ日時 2024-06-11 19:38:11
合計ジャッジ時間 13,123 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 77 ms
12,416 KB
testcase_01 AC 74 ms
12,288 KB
testcase_02 AC 77 ms
12,160 KB
testcase_03 AC 74 ms
12,160 KB
testcase_04 AC 77 ms
12,288 KB
testcase_05 AC 79 ms
12,288 KB
testcase_06 AC 82 ms
12,288 KB
testcase_07 AC 76 ms
12,160 KB
testcase_08 AC 77 ms
12,160 KB
testcase_09 AC 77 ms
12,288 KB
testcase_10 AC 74 ms
12,288 KB
testcase_11 AC 76 ms
12,160 KB
testcase_12 AC 74 ms
12,160 KB
testcase_13 AC 155 ms
14,336 KB
testcase_14 AC 157 ms
14,848 KB
testcase_15 AC 280 ms
19,456 KB
testcase_16 AC 406 ms
24,064 KB
testcase_17 AC 416 ms
25,216 KB
testcase_18 AC 135 ms
14,336 KB
testcase_19 AC 575 ms
28,032 KB
testcase_20 AC 251 ms
18,176 KB
testcase_21 AC 600 ms
28,288 KB
testcase_22 AC 258 ms
18,432 KB
testcase_23 AC 494 ms
28,544 KB
testcase_24 AC 194 ms
16,256 KB
testcase_25 AC 603 ms
28,160 KB
testcase_26 AC 131 ms
14,208 KB
testcase_27 AC 389 ms
24,448 KB
testcase_28 AC 431 ms
23,552 KB
testcase_29 AC 253 ms
18,944 KB
testcase_30 AC 551 ms
29,056 KB
testcase_31 AC 145 ms
14,464 KB
testcase_32 AC 149 ms
14,848 KB
testcase_33 AC 645 ms
31,360 KB
testcase_34 AC 634 ms
31,360 KB
testcase_35 AC 562 ms
31,360 KB
testcase_36 AC 552 ms
31,232 KB
testcase_37 AC 660 ms
31,488 KB
testcase_38 AC 596 ms
31,488 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

n,k=gets.split.map &:to_i
a=$<.map{|e|e.split.map &:to_i}
p ma=(0..10**9).bsearch{|e|
	tail=-k
	!!a.each{|t,d|
		if d>e
			if t-tail<k
				break
			else
				tail=t
			end
		end
	}
}
t,d=a.transpose
ng=[false]*n
tail=t[-1]+k
(n-1).downto(s=0){|i|
	if d[i]>ma
		tail=t[i]
	elsif tail-t[i]<k
		ng[i]=true
	end
}
m=[j=0]
tail=-k
n.times{|i|
	if d[i]>ma
		d[i]=0
		tail=t[i]
	else
		s+=d[i]
		d[i]=0 if ng[i]||t[i]-tail<k
	end
	j+=1 while t[i]-t[j]>=k
	m[i+1]=[m[i],m[j]+d[i]].max
}
p s-m[n]
0