#define S -1void main(){#if S>0 printf("yes!");#else printf("no!");#endif#ifndef E printf("%d",NULL);#endif}这个程序不能运行,错在哪了?