A. enum num={one,two,three}; B. enum num{one=9,two=18,three}; C. enum num={"one","two","three"}; D. enum num{"one","two","three"};
A. 26 B. 27 C. 28 D. 29
A. 对 B. 错