Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
43959 niyuchen 甲流疫情死亡率 C++ 解答错误 0 MS 248 KB 177 2024-03-24 12:14:09

Tests(0/1):


#include<bits/stdc++.h> using namespace std; int main() { double a,b; cin>>a>>b; printf("甲流死亡率%.3lf%%", a/b*100 ); return 0; }


测评信息: