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