井字游戏 运算法则
井字游戏 运算法则
日期:2021-06-16 08:02:05 人气:1
给你一份详细的代码吧,
已经编译运行确认了:
#include <iostream>
#include <string>
using namespace std;
typedef char chess[10]; //字符数组
typedef int temparr[10]; //整型数组
chess arr;
已经编译运行确认了:
#include <iostream>
#include <string>
using namespace std;
typedef char chess[10]; //字符数组
typedef int temparr[10]; //整型数组
chess arr;