Drlinga
Drlinga
全部文章
分类
归档
标签
去牛客网
登录
/
注册
Drlinga的博客
全部文章
(共23篇)
题解 | 约数的个数
#include <stdio.h> #include <math.h> int ApproximateNum(int x); int main() { int N, a; scanf("%d", &N); while ...
2025-05-12
0
25
题解 | 约数的个数
#include <stdio.h> #include <math.h> int ApproximateNum(int x); int main() { int N,a; scanf("%d",&N); while(sc...
2025-05-12
0
24
题解 | 成绩排序
#include <stdio.h> #include<stdlib.h> #include <string.h> typedef struct { char name[20]; int score; }P; P p[200]; void pr...
2025-03-01
0
31
首页
上一页
1
2
3
下一页
末页