#include <stdio.h>#define N 1000int main(){int a;a = N + 5;printf(“a=%d \n”, a);return 0;}
是不是用的中文的“”呀
c语言编程要全程使用英文字符