Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
22291 Jeremy 甲流疫情死亡率 C++ 通过 0 MS 244 KB 175 2023-07-08 14:37:26

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { int a,b; double all; cin>>a>>b; all=b*1.0/a; cout<<fixed<<setprecision(3)<<all*100<<"%"; return 0; }


测评信息: