結果
問題 | No.555 世界史のレポート |
ユーザー | ikd |
提出日時 | 2017-08-12 01:08:04 |
言語 | Ruby (3.3.0) |
結果 |
TLE
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 640 bytes |
コンパイル時間 | 133 ms |
コンパイル使用メモリ | 7,296 KB |
実行使用メモリ | 12,928 KB |
最終ジャッジ日時 | 2024-10-12 22:45:42 |
合計ジャッジ時間 | 19,084 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 88 ms
12,032 KB |
testcase_01 | AC | 89 ms
12,160 KB |
testcase_02 | AC | 89 ms
12,160 KB |
testcase_03 | AC | 93 ms
12,032 KB |
testcase_04 | AC | 95 ms
12,032 KB |
testcase_05 | AC | 95 ms
12,032 KB |
testcase_06 | AC | 96 ms
12,032 KB |
testcase_07 | AC | 100 ms
12,160 KB |
testcase_08 | AC | 98 ms
12,160 KB |
testcase_09 | AC | 101 ms
12,160 KB |
testcase_10 | AC | 1,582 ms
12,672 KB |
testcase_11 | AC | 1,776 ms
12,672 KB |
testcase_12 | AC | 1,521 ms
12,544 KB |
testcase_13 | AC | 1,268 ms
12,544 KB |
testcase_14 | AC | 1,707 ms
12,672 KB |
testcase_15 | AC | 1,740 ms
12,544 KB |
testcase_16 | AC | 1,418 ms
12,544 KB |
testcase_17 | AC | 1,614 ms
12,672 KB |
testcase_18 | AC | 1,793 ms
12,928 KB |
testcase_19 | TLE | - |
コンパイルメッセージ
Syntax OK
ソースコード
n=gets.to_i c, v=gets.split.map(&:to_i) def f(n) rt=[] (1..n).each do |i| break if i*i>n if n%i==0 rt<< i rt<< n/i end end rt end inf=10**18 dp=Array.new(2*n){inf} dp[0]=dp[1]=0 (2...(2*n)).each do |i| # dd=f(i) (1..i).each do |dd| # r=(i-d+d-1)/d # dp[i]=[dp[i], dp[d]+c+r*v].min break if dd*dd>i next if i%dd!=0 d=i/dd dpdp=dp[d]+c+(i-1)/d*v dp[i]=dpdp if dp[i]>dpdp if d!=dd dpdp=dp[dd]+c+(i-1)/dd*v dp[i]=dpdp if dp[i]>dpdp end end end puts dp[n...(2*n)].min =begin L+l*cn>=LL, cn>=(LL-L)/l ... V*cn L+L*cm>=LL, cm>=(LL-L)/L ... V*cm+C =end