摘要: 题目链接:http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1284 阅读全文
posted @ 2018-04-03 19:56 Somnus、M 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 题目链接:https://vjudge.net/contest/215608#problem/A Dijkstra算法 1 #include <iostream> 2 #include <cstdio> 3 const int inf=0x3f3f3f3f; 4 const int maxn=1<< 阅读全文
posted @ 2018-04-03 11:06 Somnus、M 阅读(125) 评论(0) 推荐(0) 编辑