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