#include <stdio.h> int main() { enum week{Sun, Mon, Tue, Wed, Thu, Fri, Sat}; printf("Sun = %d", Sun); printf("\nMon = %d", ...
確定! 回上一頁