Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
6445 张然正 甲流疫情死亡率 C++ 编译错误 0 MS 0 KB 211 2023-01-23 19:29:06

Tests(0/0):


#include<iostream> #include<iomanip> using namespace std; int main() { int all,dead; cin>>all>>dead; double percent=(double)dead*100.0/all; cout<<fixed<<setprecisiion(3)<<percent<<"%"; return 0; }


测评信息: