Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
43813 | wangyuchun | 甲流疫情死亡率 | C++ | Wrong Answer | 0 MS | 256 KB | 119 | 2024-03-23 11:06:25 |
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; printf("%.3lf,",a/b); return 0; }