02 2016 档案

水题-poj1979
摘要:#include <iostream> #include <string> using namespace std; int row,col; int dir[4][2]={{0,-1},{0,1},{1,0},{-1,0}}; char map[20][20]; bool vised[20][20 阅读全文

posted @ 2016-02-04 16:12 MMac 阅读(223) 评论(0) 推荐(0)

导航