Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
29098 lmz120809 甲流疫情死亡率 C++ Accepted 0 MS 244 KB 183 2023-10-21 13:06:26

Tests(1/1):


#include<iostream> using namespace std; int main() { int ensure,died; scanf("%d %d",&ensure,&died); printf("%.3f%%\n",(float)died/ensure*100.00); return 0; }


Judgement Protocol: