結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 132 ms
13,568 KB
testcase_01 AC 157 ms
13,568 KB
testcase_02 AC 1,433 ms
13,440 KB
testcase_03 AC 1,400 ms
13,440 KB
testcase_04 AC 1,431 ms
13,312 KB
testcase_05 AC 1,390 ms
13,440 KB
testcase_06 AC 1,428 ms
13,440 KB
testcase_07 AC 1,388 ms
13,440 KB
testcase_08 AC 1,460 ms
13,312 KB
testcase_09 AC 1,395 ms
13,440 KB
testcase_10 AC 1,386 ms
13,568 KB
testcase_11 AC 1,425 ms
13,440 KB
testcase_12 AC 1,366 ms
13,440 KB
testcase_13 AC 1,375 ms
13,440 KB
testcase_14 AC 1,398 ms
13,440 KB
testcase_15 AC 1,436 ms
13,312 KB
testcase_16 AC 1,399 ms
13,312 KB
testcase_17 AC 1,406 ms
13,568 KB
testcase_18 AC 1,409 ms
13,312 KB
testcase_19 AC 1,387 ms
13,568 KB
testcase_20 AC 1,369 ms
13,440 KB
testcase_21 AC 1,391 ms
13,312 KB
testcase_22 AC 1,395 ms
13,440 KB
testcase_23 AC 1,385 ms
13,440 KB
testcase_24 AC 1,373 ms
13,568 KB
testcase_25 AC 102 ms
13,440 KB
testcase_26 AC 99 ms
13,568 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

*d=s=0
gets.to_i.times{eval'A,B='+gets.split*?,
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