摘要:
#include#include#include#includeusing namespace std;int s[55][55][55];int used[55][55][55];int bzx[55]={1,-1,0,0,0,0};int bzy[55]={0,0,1,-1,0,0};int b... 阅读全文
posted @ 2014-08-07 21:59
2014acm
阅读(102)
评论(0)
推荐(0)