Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
16458 Andrew宥杨 甲流疫情死亡率 C++ 解答错误 0 MS 248 KB 176 2023-05-03 15:06:24

Tests(0/1):


#include <iostream> #include <cstdio> using namespace std; int main(){ int a,b; float c; cin>>a>>b; c=b/a*100; printf("%.3f%",c); return 0; }


测评信息: