#include <stdio.h>#define POCKETMONEY 10??? //定義常量及常量值int main(){??? ??? printf("小明今天又得到%d元零花錢\n", POCKETMONEY);??? return 0;? }這個為什么不對啊 查看完整描述