int main ( void ) { int code[ 3 ]; code[ 0 ] = 109; code[ 1 ] = 100; code[ 2 ] = 011; /* octal */ //遵循1 return ( 0 ); }