广搜
摘要:#include #include#includeusing namespace std;struct node{int x,y;node(int x = 0,int y = 0){ this -> x = x; this -> y = y; }};queue A;int n,m,t;int xx,...
阅读全文
posted @ 2015-07-10 16:45
posted @ 2015-07-10 16:45
posted @ 2015-06-16 13:46
posted @ 2015-04-25 09:16
posted @ 2015-03-13 15:31
posted @ 2015-03-12 14:49