摘要: 1 #include 2 #include 3 #include 4 5 #define N 19 6 int pieces[N][N]= {0}; //五子棋盘19*19 7 int flag=1; //状态,0-无子;1-A子;2-B子 8 9 void Draw... 阅读全文
posted @ 2016-01-14 15:10 Xbert 阅读(406) 评论(0) 推荐(0) 编辑