#include <stdio.h>#define N 1000int main(){ int a; a = N + 5; printf(“a=%d \n”, a); return 0; }
收起
是不是用的中文的“”呀
报告相同问题?