三子棋的簡單實現

//game.hweb #ifndef _GAME_H #define _GAME_H #define ROW 3 #define COL 3 #include <stdio.h> #include <time.h> void Display(char arr[ROW][COL], int row, int col); void InitBoard(char arr[ROW][COL], int
相關文章
相關標籤/搜索