Senen__
Senen__
全部文章
分类
归档
标签
去牛客网
登录
/
注册
Senen__的博客
全部文章
(共45篇)
题解 | 复读机
a = int(input()) b = int(input()) c = float(input()) d = input() e = input() print(a) print(b) print("{:.1f}".format(c)) print(d) print(e)
2026-01-22
0
39
题解 | 牛牛学说话之-字符串
x =input() print(x) # 打印浮点数,Python会自动处理格式
2026-01-22
0
24
题解 | 【模板】牛牛学说话之-浮点数
x = float(input()) # 转换为浮点数 print(x) # 打印浮点数,Python会自动处理格式
2026-01-22
0
30
题解 | 【模板】牛牛学说话之-整数
a=input() print(a)
2026-01-22
0
27
题解 | Hello Nowcoder
print("Hello Nowcoder!")
2026-01-22
0
27
首页
上一页
1
2
3
4
5
下一页
末页