摘要:
#include #include #include #include using namespace std; stacks1,s2; int a[6][6],b[6][6]; int di[4][2]={1,0,0,-1,-1,0,0,1}; int judge(int x,int y) { return x>=0&&x=0&&y<5&&a[x][y]==0&&!b[x][y]; }... 阅读全文
posted @ 2017-03-14 09:28
benTuTuT
阅读(1799)
评论(0)
推荐(0)