三子棋的简单实现

//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
相关文章
相关标签/搜索