include <stdio.h> void main(){ /* Define enum type named month*/ typedef enum month ... the correct month */ switch(mon) { case January: printf("It is January!
確定! 回上一頁