#include <stdio.h>
int main()
{
int 3myAge = 18; //这里命名正确吗?
printf("恭喜修改正确");
return 0;
}
??
其实把第4行全部删掉也一样
因为标识符第一个字符必须是字母或者下划线
把3去掉