摘要: Codeforces Round #738 赛时:4/6 A 注意到有这么一句话:any number of times. 我们又知道 & 运算总是不增的,所以就把所有数做 & 运算,答案一定是最优的。 #include<bits/stdc++.h> using namespace std; typ 阅读全文
posted @ 2021-10-13 20:35 Illusory_dimes 阅读(313) 评论(5) 推荐(1) 编辑