Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
43883 | zouqinghua | 甲流疫情死亡率 | C++ | Compile Error | 0 MS | 0 KB | 147 | 2024-03-23 15:40:42 |
#include<bits/stdc++.h> using namespace std; int main(){ int q,s; cin>>q>>s; cout<<fixed<<setprecision(5)<<(s/q)*100%; return 0; }