Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
8516 陈路垚 肥胖问题 C++ 编译错误 0 0 MS 0 KB 242 2020-10-31 22:55:26

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main(){ double a,b,ans; cin>>a>>b; ans=a/(b*b); if(ans<18.5) cout<<"Underweight"; if(ans>=18.5&&ans<24) cout<<"Normal"; if(ans>24){ cout<<ans<<" "<<"Overweight"; return 0; }


测评信息: