Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5852 peng 【深基2.例8】再分肥宅水 C 编译错误 0 0 MS 0 KB 199 2020-08-20 13:28:06

Tests(0/0):


#include <iostream> #include <cstdio> using namespace std; int main () { double t,e; int n; cin >> t >> n; e = t * 1.0 / n; printf ("%.3f\n",e); cout << 2 * n; return 0; }


测评信息: