codeforces 1560D. Make a Power of Two 模拟+暴力
Posted 李一水
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了codeforces 1560D. Make a Power of Two 模拟+暴力相关的知识,希望对你有一定的参考价值。
2的倍数只有log个
一个数要变成2的倍数除了在现有基础上,如果要加的话只能后面一股脑加
匹配的时候按着2的倍数一一去匹配,配不上就丢掉。(照题意)
也不知道wa在哪儿了,经典出思路but ac不了
以上是关于codeforces 1560D. Make a Power of Two 模拟+暴力的主要内容,如果未能解决你的问题,请参考以下文章
Codeforces Round #436 (Div. 2), problem: (D) Make a Permutation!
Codeforces1221D. Make The Fence Great Again(dp)
codeforces 1560 EPolycarp and String Transformation快乐找规律
CodeForces - 1560F2 Nearest Beautiful Number (hard version)(二分+数位dp)