Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
51413 fengxiaohang 甲流疫情死亡率 C++ 编译错误 0 MS 0 KB 195 2024-09-21 17:35:27

Tests(0/0):


#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; }


测评信息: