int main ( void ) { int Data[ 3 ] = { 0, 0, 0 }; int i = -1; Data[ i ] = 1; //违背1 return ( 0 ); }