#define JUDGE if //违背1 #define int64 long //违背2 int main ( void ) { int64 i = 0; JUDGE ( 0 == i ) { i = 1; } return ( 0 ); }