Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
308849 陈信宇 【C1-9】BMI C++ 通过 100 1 MS 252 KB 178 2025-02-10 21:22:52

Tests(3/3):


#include<bits/stdc++.h> using namespace std; int main() { double x1,x2,a=0,s=0; cin>>x1>>x2; a=x2*x2; s=x1/a; cout<<fixed<<setprecision(2)<<s<<endl; return 0; }


测评信息: