Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
36718 yuzhengxun 计算分数的浮点数值 C++ 通过 0 MS 256 KB 131 2024-01-16 16:04:57

Tests(1/1):


#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; printf("%.9lf",a*1.0/b); return 0; }


测评信息: