摘要: 1 #include<stdio.h> 2 #include<math.h> 3 main() 4 { 5 float w,h,t; 6 printf("身高为(米):"); 7 scanf("%f",&h); 8 printf("体重为(千克):"); 9 scanf("%f",&w); 10 t 阅读全文
posted @ 2020-06-27 07:17 第厘 阅读(34) 评论(0) 推荐(0)