2015年7月10日

广搜

摘要: #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 AC_WQYYY 阅读(150) 评论(0) 推荐(0)

导航