poj2688
摘要:
#include using namespace std; #include int m,n; char map[25][25]; int vis[25][25]; typedef struct node { int x; int y; }node; node queue[500];//放需要清理的点 int total; int dx[4]={-1,0,1,0}; int d... 阅读全文
posted @ 2017-05-17 16:55
bbcai
阅读(149)
评论(0)
推荐(0)
浙公网安备 33010602011771号