摘要: https://www.acwing.com/problem/content/803/签到题,利用按位与求数的二进制1的个数也可以采用lowbit操作 #include<iostream> using namespace std; int n; int a; int main() { cin >> 阅读全文
posted @ 2023-03-09 21:27 风乐 阅读(16) 评论(0) 推荐(0)