摘要: 题目链接: https://pintia.cn/problem-sets/994805342720868352/problems/994805347523346432 思路: 说多了都是泪, Dijstra超时,采用dfs 利用map<pair<int,int>,int>,表示两个点和他们中间的地铁 阅读全文
posted @ 2018-12-05 15:50 xzhws 阅读(341) 评论(0) 推荐(0) 编辑