摘要: #include<iostream> #include<iomanip> //setw()函数的头文件 using namespace std; int main() { enum color_set {red,yellow,blue,white,black}; //声明枚举类型color colo 阅读全文
posted @ 2020-07-30 01:19 归江渡鸟泅白浪 阅读(225) 评论(0) 推荐(0)