题解 | #健康评估#
健康评估
http://www.nowcoder.com/practice/08b28e61ff6345febf09969b3a167f7e
#include<stdio.h> int main() { float a,b; scanf("%f%f",&a,&b); if(a/(bb)>=18.5&&a/(bb)<=23.9) printf("Normal"); else printf("Abnormal"); return 0; }
健康评估
http://www.nowcoder.com/practice/08b28e61ff6345febf09969b3a167f7e
#include<stdio.h> int main() { float a,b; scanf("%f%f",&a,&b); if(a/(bb)>=18.5&&a/(bb)<=23.9) printf("Normal"); else printf("Abnormal"); return 0; }
相关推荐