Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
39637 大J8(小黑子的爸爸) 健康身材(health)(2024年岳阳市赛小学组) C++ 通过 0 MS 252 KB 269 2024-05-05 08:37:43

Tests(13/13):


#include<bits/stdc++.h> using namespace std; double a,b; int main(){ cin>>a>>b; // freopen("","r",stdin); // freopen("","w",stdout); b/=100; if(a/(b*b)<18.5)cout<<"thin"; else if(a/(b*b)>=18.5&&a/(b*b)<=24)cout<<"great"; else cout<<"fat"; }


测评信息: