#include <stdio.h>int main(){??? int age = 18;??? int weight = 65;?printf("小明今年%d,小明體重%d",age,weight);?return 0;} 查看完整描述