摘要: 题目大意 求整数 aaa 到 bbb 的数的 lowbit 之和。 解题思路 枚举找规律。 #include <bits/stdc++.h> using namespace std; #define int long long int a, b; const int _ = 10000000; in 阅读全文
posted @ 2021-09-25 13:15 蒟蒻orz 阅读(8) 评论(0) 推荐(0) 编辑