Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
43895 | wangyuchun | 甲流疫情死亡率 | C++ | Compile Error | 0 MS | 0 KB | 142 | 2024-03-23 17:16:10 |
#include<bits/c++.h> using namespace std; int main(){ double q,s; cin>>q>>s; cout<<fiexd<<setprecision(3)<<s*100.0/q<<"%"; }