摘要: poj2386 Lake Counting 简单题#include#includeusing namespace std;int n,m;char map[101][101];int dir[8][2] = { {1,0},{1,1},{1,-1},{0,1},{0,-1},{-1,0},{-1,-... 阅读全文
posted @ 2014-04-02 20:25 neverchanje 阅读(272) 评论(0) 推荐(0)