Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
7133 李成蹊 甲流疫情死亡率 C++ 通过 0 MS 248 KB 179 2023-01-31 16:53:08

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { int i,d; cin>>i>>d; float rate=(float)100*d/i; cout<<fixed<<setprecision(3)<<rate<<"%"<<endl; return 0; }


测评信息: