Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
21319 pengyinming 分可乐 C++ 通过 100 1 MS 780 KB 148 2021-12-18 15:03:48

Tests(10/10):


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


测评信息: