1011:甲流疫情死亡率

#include<cstdio>
using namespace std;
int main()
{
	float a,b;
	scanf("%f%f",&a,&b);
	printf("%.3f%%",b/a*100);
	return 0;
}

posted @ 2022-10-07 20:22  I'm_江河湖海  阅读(2)  评论(0编辑  收藏  举报