Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
36680 jiabokai 甲流疫情死亡率 C++ 解答错误 0 MS 248 KB 171 2024-01-16 15:05:31

Tests(0/1):


#include<iostream> #include<iomanip> using namespace std; int main(){ int n,m; cin>>n>>m; double f=n/m*100; cout<<fixed<<setprecision(3)<<f<<"%"; return 0; }


测评信息: