题解 | 疫情死亡率
疫情死亡率
https://www.nowcoder.com/practice/30ccb6041bce43c6989b910dc46d391c
c, d = map(int, input().split())
num = d / c
print(f"{num:.3%}")
疫情死亡率
https://www.nowcoder.com/practice/30ccb6041bce43c6989b910dc46d391c
c, d = map(int, input().split())
num = d / c
print(f"{num:.3%}")
相关推荐