Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
137211 杰苏尔纳迪尔 求分数精确值1 C++ 解答错误 0 0 MS 256 KB 178 2024-03-09 17:43:18

Tests(0/5):


#include<bits/stdc++.h> using namespace std; int main(){ long double n,m; char x; cin>>n>>x>>m; cout <<n<<x<<m<<"="<<fixed<<setprecision(100)<<n/m; return 0; }


测评信息: