摘要: 围棋 设计一个围棋软件,在系统中只存在一个白棋对象和一个黑棋对象,但是它们可以在棋盘的不同位置显示多次。 实验要求: #include <iostream> #include <map> #include <vector> using namespace std; typedef struct Co 阅读全文
posted @ 2024-11-16 12:30 涨涨涨张 阅读(3) 评论(0) 推荐(0) 编辑