题解 | #计算体重指数#
计算体重指数
http://www.nowcoder.com/practice/422f6341cf1b4212a7f8c703df111389
include<stdio.h>
int main()
{
    float a,b;
    scanf("%f%f",&a,&b);
    printf("%.2f",a/((b/100)*(b/100)));
    return 0;
}
计算体重指数
http://www.nowcoder.com/practice/422f6341cf1b4212a7f8c703df111389
int main()
{
    float a,b;
    scanf("%f%f",&a,&b);
    printf("%.2f",a/((b/100)*(b/100)));
    return 0;
}
相关推荐
 牛客吹哨人:可恶!它越来越嚣张了...哨哥晚点统一更新到黑名单:能救一个是一个!26届毁意向毁约裁员黑名单https://www.nowcoder.com/discuss/1525833
牛客吹哨人:可恶!它越来越嚣张了...哨哥晚点统一更新到黑名单:能救一个是一个!26届毁意向毁约裁员黑名单https://www.nowcoder.com/discuss/1525833