2025年1月4日
摘要: 自编,不是靠打谱来下棋的,只判断了最基础的胜负条件 //三子棋 #include<bits/stdc++.h> #include<windows.h> using namespace std; const int N=1e3+5; char a[N][N]; int n,m; void cpu_wi 阅读全文
posted @ 2025-01-04 22:41 fish2012 阅读(3) 评论(0) 推荐(0)