int main ( void ) { int i = 0, j = 0; if ( i = 1 ) //违背1 { j = j + 1; } return ( 0 ); }