这个是什么问题
hello.c: In function 'main': hello.c:2:27: error: expected ')' before ';' token #define POCKETMONEY 10; //定义常量及常量值 ^ hello.c:5:53: note: in expansion of macro 'POCKETMONEY' printf("小明今天又得到%d元零花钱\n", POCKETMONEY); ^~~~~~~~~~~
hello.c: In function 'main': hello.c:2:27: error: expected ')' before ';' token #define POCKETMONEY 10; //定义常量及常量值 ^ hello.c:5:53: note: in expansion of macro 'POCKETMONEY' printf("小明今天又得到%d元零花钱\n", POCKETMONEY); ^~~~~~~~~~~
2019-07-30
举报