int main ( void ) { enum Etype { RED, WHITE = 0, //违背1 BLUE } edata; edata = BLUE; return ( 0 ); }