1100301 - 甲流疫情死亡率

include

int main() { float a,b; scanf("%f%f",&a,&b); printf("%.3f%%",b/a*100); }