2018年4月18日
摘要: #include#include#include#includeusing namespace std;int main(){ int n; int number; srand((unsigned)time(NULL)); //产生随机数。 n... 阅读全文
posted @ 2018-04-18 20:38 zitian246 阅读(568) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #define MAXIMUS 15 //定义棋盘大小int p[MAXIMUS][MAXIMUS];//存储对局信息char buff[MAXIMUS*2+1][MAXIMUS*4+3];//输... 阅读全文
posted @ 2018-04-18 20:31 zitian246 阅读(571) 评论(0) 推荐(0) 编辑