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

Tests(0/1):


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


测评信息: