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