Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
22288 Jeremy 计算分数的浮点数值 C++ 解答错误 0 MS 240 KB 185 2023-07-08 14:33:11

Tests(0/1):


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


测评信息: