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