摘要: #include <iostream> #include <iomanip> #include <cmath> using namespace std; int main() { enum color{red,yellow,blue,white,black}; int i,j,k; int n=0; 阅读全文
posted @ 2023-04-19 10:13 记得关月亮 阅读(25) 评论(0) 推荐(0)