围棋比赛专题

C++ 知识复习--一个简易围棋比赛系统

#include<iostream>#include<string>#include<algorithm>#include<vector>#include <fstream>using namespace std;#define LongOfChar 100 // 定义了一个常量为100的宏LongOfChar/*** The class of Player* 2017/2/19