int main ( void ) { char i; //违背1 int j; i = ( char ) 0xFF; //违背2 j = i + 1; return ( 0 ); }