Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
51421 fengxiaohang 甲流疫情死亡率 C++ Compile Error 0 MS 0 KB 164 2024-09-21 18:38:23

Tests(0/0):


#include <bits/stdc++.h> using namespace std; int main() { double a,b; cin>>a>>b; double c*100=a/b; cout<<fixed<<setprecision(3)<<c<<endl; }


Judgement Protocol: