摘要: 「CF 1485A」Add and Divide Link. 贪心。枚举 \([b,b+\log_{2}\text{range}]\) 然后取个 \(\min\)。 #include<cstdio> #include<algorithm> using namespace std; int t,a,b 阅读全文
posted @ 2021-02-17 21:20 cirnovsky 阅读(51) 评论(0) 推荐(0) 编辑