int main ( void ) { int i; float x, y, z; x = z; //违背1 if ( 0 == i ) //违背2 { y = z; //违背3 } return ( 0 ); }