BMS小白
BMS小白
全部文章
分类
归档
标签
去牛客网
登录
/
注册
BMS小白的博客
全部文章
(共12篇)
题解 | 牛牛学加法
a,b = map(int,input().split()) print(a+b)
2025-08-07
0
28
题解 | 复读机
# 读取输入 a = int(input()) b = int(input()) c = float(input()) d = input().strip() e = input().strip() # 输出结果 print(a) print(b) print(f"{c:.1f}&quo...
2025-08-07
0
18
首页
上一页
1
2
下一页
末页