摘要: 1 #include<iostream> 2 #include<stdlib.h> 3 #include<math.h> 4 using namespace std; 5 int ma=0x3f3f3f3f;//0x3f3f3f3f 6 void dfs(string s,int len,int n 阅读全文
posted @ 2020-03-18 23:29 caxi 阅读(451) 评论(0) 推荐(0) 编辑
摘要: 1 #include<iostream> 2 #include<queue> 3 #include<algorithm> 4 using namespace std; 5 char map[505][505]; 6 int vis[505][505]; 7 struct node{ 8 int x; 阅读全文
posted @ 2020-03-18 15:50 caxi 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 1 #include<iostream> 2 #include<queue> 3 using namespace std; 4 char a[105][105]; 5 struct node{ 6 int x; 7 int y; 8 node(int x,int y) 9 { 10 this->x= 阅读全文
posted @ 2020-03-18 15:48 caxi 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1 #include<iostream> 2 #include<string> 3 #include<queue> 4 using namespace std; 5 char a[11][10]; 6 int state[11][10]; 7 struct node 8 { 9 int x; 10 阅读全文
posted @ 2020-03-18 15:46 caxi 阅读(383) 评论(0) 推荐(1) 编辑