摘要: 1 #include 2 using namespace std; 3 const int b[8][2]={{-1,-1},{-1,0},{-1,1},{1,-1},{1,0},{1,1},{0,-1},{0,1}}; 4 int n,m; 5 char a[110][110]; 6 7 vo... 阅读全文
posted @ 2014-11-15 19:12 NicoleLam 阅读(93) 评论(0) 推荐(0)