新鑫念念啥都整
新鑫念念啥都整
全部文章
分类
归档
标签
去牛客网
登录
/
注册
新鑫念念啥都整的博客
全部文章
(共94篇)
题解 | 素数判断
// #include <math.h> // #include <stdbool.h> // #include <stdio.h> // int main() { // int T; // scanf("%d", &...
2025-09-05
0
33
题解 | 素数判断
#include <math.h> #include <stdbool.h> #include <stdio.h> int main() { int T; scanf("%d", &T); for (int i...
2025-09-05
0
32
题解 | 多组数据a+b III
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); while ((a != 0) && (b != 0)){ p...
2025-09-05
0
44
题解 | 多组输入a+b II
#include <stdio.h> int main() { int T; //数组数 scanf("%d", &T); for (int i = 0; i < T; i++){ int a, b; ...
2025-09-05
0
35
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页