题解 | #判断身材状态#

判断身材状态

https://www.nowcoder.com/practice/6f4afb0f8be64d5eaf65a205b8584888

#include <iostream>
using namespace std;

int main() {
   
    double weight;
    double height;

    cin >> weight;
    cin >> height;

    // write your code here......
    if(weight/(height*height)<18.5)
    {
        cout<<"偏瘦"<<endl;
    }
    else if(weight/(height*height)>=18.5&weight/(height*height)<20.9)
    {
        cout<<"苗条"<<endl;
    }
    else if(weight/(height*height)>=20.9&weight/(height*height)<=24.9)
    {
        cout<<"适中"<<endl;
    }
    else
    {
        cout<<"偏胖"<<endl;
    }


    return 0;
}

全部评论

相关推荐

05-27 14:57
西北大学 golang
强大的社畜在走神:27届真不用急,可以搞点项目、竞赛再沉淀沉淀,我大二的时候还在天天打游戏呢
投递华为等公司10个岗位
点赞 评论 收藏
分享
程序员小白条:找的太晚,别人都是大三实习,然后大四秋招春招的,你大四下了才去实习,晚1年
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务