... #include<stdlib.h> int main(void) { char key; enum color { red=114, green=103, blue=98 }shirt; do { printf("請輸入r,g或b:"); scanf("%c" ...
確定! 回上一頁