张赟昊
张赟昊
全部文章
分类
归档
标签
去牛客网
登录
/
注册
张赟昊的博客
全部文章
(共1篇)
题解 | 小红的合数寻找
#include <iostream> using namespace std; int main() { int a; while (cin >> a) { // 注意 while 处理多个 case if (a == 1) { ...
2025-04-06
0
44