int main ( void ) { int l = 1; //违背1 int O = 0; //违背2 l = O; O = l; return ( 0 ); }