Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
137125 林汐 求分数精确值1 C++ 解答错误 0 0 MS 240 KB 169 2024-03-09 17:35:20

Tests(0/5):


#include<bits/stdc++.h> #include<iomanip> using namespace std; int main(){ double a,b,c; cin>>a>>b; c=a/b; cout<<fixed<<setprecision(100)<<c; return 0; }


测评信息: