Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
443856 任虞昊 【C1-9】BMI C++ 通过 100 1 MS 244 KB 162 2026-06-07 09:58:42

Tests(3/3):


#include<iostream> #include<iomanip> using namespace std; int main(){ double w,h; cin>>w>>h; cout<<fixed<<setprecision(2)<<w/(h*h)<<endl; return 0; }


测评信息: