Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
51412 | fengxiaohang | 甲流疫情死亡率 | C++ | Compile Error | 0 MS | 0 KB | 167 | 2024-09-21 17:33:13 |
#include <bits/stdc++.h> using namespace std; int main() { double a,b; cin>>a>>b; double c=100*(b/a); cout<<fixed<<setprecision(3)<<c%<<endl; }