无聊的劳伦斯在做测评
无聊的劳伦斯在做测评
全部文章
分类
归档
标签
去牛客网
登录
/
注册
无聊的劳伦斯在做测评的博客
全部文章
(共102篇)
题解 | 【模板】牛牛学说话之-浮点数
#include <stdio.h> int main() { double x; scanf("%lf", &x); printf("%.9lf", x); return 0; }
2026-03-03
0
17
题解 | 牛牛的字符矩形
#include <stdio.h> int main() { char a; int i = 0; int j = 0; scanf("%c", &a); while (i < 3) { whi...
2026-03-03
0
12
首页
上一页
2
3
4
5
6
7
8
9
10
11
下一页
末页