三子棋 C語言

#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <time.h> #define ROW 3 #define COL 3 char g_board[ROW][COL]; void Init(){  srand((unsigned int)time(0));  for (int row =
相關文章
相關標籤/搜索