甲流疫情死亡率
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
【题目描述】
甲流并不可怕,在中国,它的死亡率并不是很高。请根据截止2009年12月22日各省报告的甲流确诊数和死亡数,计算甲流在各省的死亡率。
【输入】
输入仅一行,有两个整数,第一个为确诊数,第二个为死亡数。
【输出】
输出仅一行,甲流死亡率,以百分数形式输出,精确到小数点后3位。
【输入样例】
10433 60
【输出样例】
0.575%
【提示】
输出百分号语句如下
printf("%%");
精英班第一次测试
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 5
- Start at
- 2024-7-22 9:00
- End at
- 2024-7-22 10:00
- Duration
- 1 hour(s)
- Host
- Partic.
- 0