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

Tests(30/30):


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


测评信息: