Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5854 superadmin 【深基2.例8】再分肥宅水 C++ 通过 100 0 MS 784 KB 199 2020-08-20 13:29:29

Tests(30/30):


#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; }


测评信息: