I was solving a problem and it led to a sub problem which goes like:
given 10^9>=A,B>0, minimise: 2*x+B%(A+x) , x>=0
# | User | Rating |
---|---|---|
1 | tourist | 3985 |
2 | jiangly | 3885 |
3 | jqdai0815 | 3682 |
4 | Benq | 3580 |
5 | orzdevinwang | 3526 |
6 | ksun48 | 3506 |
7 | ecnerwala | 3505 |
8 | Radewoosh | 3457 |
9 | Kevin114514 | 3377 |
10 | gamegame | 3374 |
# | User | Contrib. |
---|---|---|
1 | cry | 170 |
2 | -is-this-fft- | 162 |
2 | Um_nik | 162 |
4 | atcoder_official | 160 |
5 | djm03178 | 157 |
5 | Dominater069 | 157 |
7 | adamant | 154 |
8 | luogu_official | 152 |
8 | awoo | 152 |
10 | TheScrasse | 147 |
I was solving a problem and it led to a sub problem which goes like:
given 10^9>=A,B>0, minimise: 2*x+B%(A+x) , x>=0
Name |
---|
constraints ?
Auto comment: topic has been updated by vd__coder (previous revision, new revision, compare).
Can you provide problem source?
this is the actual problem