極小值極大值算法-井字棋

用極小值極大值算法寫的井字棋: #include <stdio.h> #include<conio.h> #define COM -1 #define MAN 1 #define STEP 9 #define DRAW 0 #define ROW 3 #define COL 3 #define MAX_NUM 1000; struct Move { int x; int y;
相關文章
相關標籤/搜索