Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
29529 袁振宁 【深基2.例8】再分肥宅水 C++ 通过 100 1 MS 788 KB 222 2022-07-20 18:51:04

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


测评信息: