摘要: #include<bits/stdc++.h> using namespace std; struct node{ string str;//当前的状态 int pos;//当前0的位置 int step;//所走的步数 node(string str,int pos,int step):str(s 阅读全文
posted @ 2021-04-16 19:51 南理工学渣 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 注意事项 注意更换状态 #include<bits/stdc++.h> using namespace std; char maps[11][11]; int vis[11][11]; int ans=0; void input() { ifstream infile; infile.open("i 阅读全文
posted @ 2021-04-16 12:06 南理工学渣 阅读(16) 评论(0) 推荐(0) 编辑