簡單的五子棋程序(可悔棋版和普通版)

//普通版windows #include <stdio.h> #include <stdlib.h> #include <string.h> #include <windows.h> #define N  8 void display(char (* p)[N]) {      system("cls");     int i,j;     for(i=0; i<N; i++)     {  
相關文章
相關標籤/搜索