Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
345023 杭一鸣 【C1-3】计算分数的浮点数值 C++ 通过 100 5 MS 252 KB 116 2025-08-28 19:39:51

Tests(2/2):


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


测评信息: