#include <hello.c>int main(){? ? ? ?int age = 15;? ? ? ?float height = 162;? ? ? ?float 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; ? ?}
添加回答
舉報
0/150
提交
取消