题解 | #计算体重指数#

计算体重指数

http://www.nowcoder.com/practice/422f6341cf1b4212a7f8c703df111389

#include<bits/stdc++.h>
using namespace std;
int main(){
    int weight;
    int high;
    cin>>weight>>high;
    float high1=high/100.;
    float BMI=weight/(high1*high1);
    cout<<fixed<<setprecision(2)<<BMI<<endl;
    return 0;
}
全部评论

相关推荐

玉无心❤️:发照片干啥 发简历啊
点赞 评论 收藏
分享
喜欢疯狂星期四的猫头鹰在研究求职打法:短作业优先
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务