#include<stdio.h> enum Season { spring, summer=100, fall=96, ... 0 printf("%d, %c \n", summer, summer); // 100, d printf("%d \n", ...
確定! 回上一頁