結果

問題 No.710 チーム戦
ユーザー %20%20
提出日時 2018-12-09 21:19:56
言語 Ruby
(3.3.0)
結果
AC  
実行時間 1,324 ms / 3,000 ms
コード長 150 bytes
コンパイル時間 41 ms
コンパイル使用メモリ 7,296 KB
実行使用メモリ 13,568 KB
最終ジャッジ日時 2024-09-16 15:35:34
合計ジャッジ時間 31,137 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 128 ms
13,568 KB
testcase_01 AC 149 ms
13,184 KB
testcase_02 AC 1,290 ms
13,440 KB
testcase_03 AC 1,297 ms
13,440 KB
testcase_04 AC 1,291 ms
13,440 KB
testcase_05 AC 1,295 ms
13,440 KB
testcase_06 AC 1,293 ms
13,440 KB
testcase_07 AC 1,266 ms
13,568 KB
testcase_08 AC 1,283 ms
13,440 KB
testcase_09 AC 1,316 ms
13,568 KB
testcase_10 AC 1,293 ms
13,440 KB
testcase_11 AC 1,267 ms
13,440 KB
testcase_12 AC 1,276 ms
13,440 KB
testcase_13 AC 1,311 ms
13,568 KB
testcase_14 AC 1,286 ms
13,568 KB
testcase_15 AC 1,286 ms
13,184 KB
testcase_16 AC 1,286 ms
13,440 KB
testcase_17 AC 1,279 ms
13,440 KB
testcase_18 AC 1,288 ms
13,568 KB
testcase_19 AC 1,287 ms
13,440 KB
testcase_20 AC 1,299 ms
13,440 KB
testcase_21 AC 1,324 ms
13,312 KB
testcase_22 AC 1,277 ms
13,440 KB
testcase_23 AC 1,282 ms
13,312 KB
testcase_24 AC 1,299 ms
13,440 KB
testcase_25 AC 98 ms
13,440 KB
testcase_26 AC 99 ms
13,312 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

*d=s=0
gets.to_i.times{a,b=gets.split.map &:to_i
s+=b
(10**5).downto(a){|i|d[i]=[d[i]||0,(d[i-a]||0)+b].max}}
i=-1
p d.map{|d|[i+=1,s-(d||0)].max}.min
0