摘要: 将一个节点扩展成为八个节点 #include<cstdio>#include<algorithm>#include<cstring>#include<queue>using namespace std;struct my{ int v; int next; int dist;};struct nod 阅读全文
posted @ 2018-01-25 20:53 lmjer 阅读(120) 评论(0) 推荐(0) 编辑