Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
7528 zhaoziwen 甲流疫情死亡率 C++ 通过 0 MS 244 KB 177 2023-02-04 16:09:31

Tests(1/1):


#include<iostream> #include<iomanip> using namespace std; int main() { int a,b; cin>>a>>b; double c=1.0*b/a; cout<<fixed<<setprecision(3)<<100*c<<"%"; }


测评信息: