2 条题解
-
1
004004004 LV 10 @ 4 个月前
a=float(input())
b=float(input())
c=float(input())
d=(a+b+c)/3
print(round(d,2)) -
-25 年前@
print(round((float(input()) + float(input()) + float(input())) / 3,2))
- 1
信息
- 难度
- 1
- 分类
- (无)
- 标签
- (无)
- 递交数
- 1523
- 已通过
- 960
- 通过率
- 63%
- 被复制
- 3
- 上传者