Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5781 朱彦宇 计算分数的浮点数值 C++ 编译错误 0 0 MS 0 KB 136 2020-08-15 08:40:58

Tests(0/0):


#include<bits/stdc++.h> using namespace; int main(){ double a, b, ans; cin>>a>>b; ans=a/b printf("%.9lf", ans); return 0; }


测评信息: