_氤氲_
_氤氲_
全部文章
分类
归档
标签
去牛客网
登录
/
注册
_氤氲_的博客
全部文章
(共45篇)
题解 | 牛牛的第二个整数
#include <stdio.h> int main() { int a,b,c; scanf("%d %d %d",&a,&b,&c);//空格在 scanf 中会被自动跳过,所以你可以不写任何分隔符。 //当然...
2025-12-18
0
17
题解 | 【模板】牛牛学说话之-整数
#include <stdio.h> int main() { int a; scanf("%d",&a); printf("%d\n",a); return 0; }
2025-12-18
0
12
题解 | 小飞机
#include <stdio.h> int main() { printf(" **\n"); printf(" **\n"); printf("************\n"); ...
2025-12-18
1
21
题解 | 字符串输出1.0
#include <stdio.h> int main() { int i; for(i=1;i<=3;i++) { printf("Welcome to ACM / ICPC!\n"); } ret...
2025-12-18
1
14
题解 | Hello Nowcoder
#include <stdio.h> int main() { printf("Hello Nowcoder!"); return 0; }
2025-12-18
1
19
首页
上一页
1
2
3
4
5
下一页
末页