#include<stdio.h>
#define POCKETMONEY 10
int main()
{
printf("小明今天又得到%d元零花钱\n",POCKETMONEY);
return 0;
}
printf中的“,”错了,写成中文的“,”了