Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
135671 陈家宝 计算分数的值 C++ 无测评数据 0 0 MS 0 KB 138 2024-03-06 13:02:31

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main() { double a,b; cin>>a>>b; printf("%0.9lf",a/b); return 0; }