hr1213

导航

2022年10月15日 #

计算BMI指数

摘要: #include<stdio.h>#include<windows.h> int main(){double height;double weight;double BMI;printf("请输入您的身高(m) 您的体重(kg)");scanf("%lf %lf",&height,&weight); 阅读全文

posted @ 2022-10-15 19:42 HLR1213 阅读(18) 评论(0) 推荐(0)