Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5996 Dasabi 【深基2.例8】再分肥宅水 C++ 通过 100 1 MS 788 KB 178 2020-08-22 10:12:03

Tests(30/30):


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


测评信息: