enum COLOR{RED,YELLOW,GREEN}; int main(){ int color=-1; char *colorname=NULL; printf("输入你喜欢的颜色代码:"); scanf("%d",&color); ...
確定! 回上一頁