1011:甲流疫情死亡率
#include<cstdio>
using namespace std;
int main()
{
float a,b;
scanf("%f%f",&a,&b);
printf("%.3f%%",b/a*100);
return 0;
}
本文来自博客园,作者:I'm_江河湖海,转载请注明原文链接:https://www.cnblogs.com/jhhh/p/16760646.html
#include<cstdio>
using namespace std;
int main()
{
float a,b;
scanf("%f%f",&a,&b);
printf("%.3f%%",b/a*100);
return 0;
}
本文来自博客园,作者:I'm_江河湖海,转载请注明原文链接:https://www.cnblogs.com/jhhh/p/16760646.html