摘要: 代码展示 #include<stdio.h> int main() { float h,w,t; t=h/(w*w); if(t<18.5) cout<<"偏瘦”; else if(18.5<t<23.9) cout<<"正常"; else if(23.9<t<27.9) cout<<"偏胖"; e 阅读全文
posted @ 2024-10-19 11:57 Dawn12138 阅读(38) 评论(0) 推荐(0)