結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 78 ms
12,032 KB
testcase_01 AC 80 ms
12,288 KB
testcase_02 AC 75 ms
12,032 KB
testcase_03 AC 74 ms
12,288 KB
testcase_04 AC 75 ms
12,288 KB
testcase_05 AC 78 ms
12,032 KB
testcase_06 AC 79 ms
12,288 KB
testcase_07 AC 76 ms
12,032 KB
testcase_08 AC 76 ms
12,160 KB
testcase_09 AC 76 ms
12,160 KB
testcase_10 AC 76 ms
12,160 KB
testcase_11 AC 77 ms
12,288 KB
testcase_12 AC 81 ms
12,160 KB
testcase_13 AC 161 ms
14,464 KB
testcase_14 AC 161 ms
14,848 KB
testcase_15 AC 289 ms
19,584 KB
testcase_16 AC 420 ms
24,192 KB
testcase_17 AC 435 ms
24,960 KB
testcase_18 AC 139 ms
14,080 KB
testcase_19 AC 583 ms
28,160 KB
testcase_20 AC 262 ms
18,176 KB
testcase_21 AC 615 ms
28,416 KB
testcase_22 AC 269 ms
18,560 KB
testcase_23 AC 519 ms
28,288 KB
testcase_24 AC 199 ms
16,512 KB
testcase_25 AC 613 ms
27,904 KB
testcase_26 AC 132 ms
14,208 KB
testcase_27 AC 430 ms
24,448 KB
testcase_28 AC 447 ms
23,552 KB
testcase_29 AC 262 ms
18,560 KB
testcase_30 AC 584 ms
28,672 KB
testcase_31 AC 149 ms
14,336 KB
testcase_32 AC 152 ms
14,592 KB
testcase_33 AC 650 ms
31,104 KB
testcase_34 AC 671 ms
31,104 KB
testcase_35 AC 606 ms
31,360 KB
testcase_36 AC 575 ms
31,360 KB
testcase_37 AC 674 ms
31,232 KB
testcase_38 AC 607 ms
31,360 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

#!/usr/bin/ruby
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
		tail=t[i]
	elsif t[i]-tail<k
		ng[i]=true
	end
}
n.times{|i|
	if d[i]>ma
		d[i]=0
	else
		s+=d[i]
		d[i]=0 if ng[i]
	end
	j+=1 while t[i]-t[j]>=k
	m[i+1]=[m[i],m[j]+d[i]].max
}
p s-m[n]
0