c++五子棋程序实现人机对战 用c++语言编写的五子棋小游戏struct poly { int a[20][20]; }; poly creat() { poly chart; int i=0,j=0; while(i