/*****AI*****/ int AI(int *m,int *n) {int bestx=8,besty=8; long f_score=0,score=0; int i,j; int a[8],b[8]; for (i=0;i
blog.csdn.net