Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
43891 wangyuchun 甲流疫情死亡率 C++ Compile Error 0 MS 0 KB 142 2024-03-23 17:09:49

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main(){ double q,s; cin>>q>>s; cout<<fixed<<setprecision(3)<<s*100.0/q<<"%";


Judgement Protocol: