int main ( void ) { int i = 0, j = 0; if ( i != 1 ) //遵循1 { j = 1; } return ( 0 ); }