Gotwant
Gotwant
全部文章
分类
归档
标签
去牛客网
登录
/
注册
Gotwant的博客
全部文章
(共1篇)
题解 | 位操作练习
#include <iostream> #include <algorithm> using namespace std; int main() { unsigned int a, b; while (cin >> a >>...
2026-01-05
0
34