#include <stdio.h> int main(){ int pocketmoney=10; printf("小明今天又得到%d元零花钱\n",pocketmenoy); return 0; }
可以但不是常量了 这样定义的就是变量了
可以的