摘要:
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 阅读全文
摘要:
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; 阅读全文
摘要:
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= 阅读全文
摘要:
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 阅读全文