Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
6057 fangjiayi 【深基2.例8】再分肥宅水 C++ 通过 100 0 MS 792 KB 222 2020-08-22 13:37:53

Tests(30/30):


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


测评信息: