求教!!!!不知道哪里错了!
#include <stdio.h>#include <stdlib.h>
#define H 1
int main(int argc, char *argv[])
{ #if H
printf("H为非0!");
#else
printf("H为0!");
#endif
system("PAUSE");
return 0;
}
2013-04-11 20:10

2013-04-11 20:19
2013-04-11 20:23
2013-04-11 20:31
2013-04-11 20:33
2013-04-11 20:35
2013-04-11 20:36
2013-04-11 20:40