#include<stdio.h>int main(){ int age=15; int height=162; double weight=82.5; char isfat='y'; printf("年龄:%d岁\n",age); printf("身高: %d CM\n",height); printf("体重: %f KG\n",weight); printf("是否属于肥胖儿童:%c\n",isfat); return 0;}
- 5 回答
- 0 关注
- 1543 浏览
添加回答
举报
0/150
提交
取消