Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
432606 阮予正 【C1-9】BMI C++ 通过 100 6 MS 252 KB 157 2026-03-14 16:10:58

Tests(3/3):


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


测评信息: