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

Tests(0/1):


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


测评信息: