int main ( void ) { int code[ 3 ]; code[ 0 ] = 109; code[ 1 ] = 100; code[ 2 ] = 011; //违背1 return ( 0 ); }