2019年2月26日

uva1599 Ideal path(未AC)

摘要: #include using namespace std; typedef pairPair; const int maxn = 100000 + 3; int n, m; vectorG[maxn]; int d[maxn]; bool vis[maxn]; void bfs1() { memset(vis, 0, sizeof(vis)); queueq; ... 阅读全文

posted @ 2019-02-26 21:32 nbsanshi 阅读(83) 评论(0) 推荐(0) 编辑

导航