题解 | #计算体重指数#

计算体重指数

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

#include <stdio.h>

int main() {
    float height,weight;
    float BMI;
    scanf("%f %f",&weight,&height);
    BMI=weight/((height/100)*(height/100));
    printf("%.2f",BMI);
    return 0;
}

全部评论

相关推荐

只因飞飞:今日首绷
点赞 评论 收藏
分享
10-01 09:50
门头沟学院 Java
肖先生~:这个人真的很好,点赞
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

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