Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
328866 黄浙峰老师 【C1-9】BMI C++ 通过 100 8 MS 252 KB 155 2025-07-07 15:58:48

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); return 0; }


测评信息: