Z12a
Z12a
全部
题解 | 疫情死亡率
全部文章
分类
归档
标签
去牛客网
登录
/
注册
题解 | 疫情死亡率
92 浏览
0 回复
2025-07-08
Z12a
+关注
import sys a,b= list(map(int,input().split())) c=(b/a)*100 print("{0:.3f}%".format(c))
举报
收藏
赞
评论加载中...