摘要: #include <iostream> #include <cstring> using namespace std; const int maxn=510; const int inf=10000; struct node { int type,len;//type为类型,len为道路长度 }ma 阅读全文
posted @ 2018-12-17 17:19 wyhbadly 阅读(162) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cstdlib> #include <cstring> using namespace std; const int maxn=500; typedef struct node { int x,y,i; } node; typedef st 阅读全文
posted @ 2018-12-17 16:04 wyhbadly 阅读(278) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cstdlib> #include <cstring> using namespace std; const int maxn=1e5+10; typedef struct Queue { int front,rear; int num[m 阅读全文
posted @ 2018-12-17 14:34 wyhbadly 阅读(176) 评论(0) 推荐(0)