C語言編程練習(三子棋小遊戲(電腦智能版))

#include<stdio.h> #include<stdlib.h> #include<time.h> #define MAX_ROW 3 #define MAX_COL 3 char chess_board[MAX_ROW][MAX_COL]; void menu() { printf("*********************\n"); printf("**** 1.play
相關文章
相關標籤/搜索