摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1596题目分类:dijkstra算法错误点:不知道点的范围代码:#includeusing namespace std;#define INF 0x3f3f3f3fconst int maxv=1100;... 阅读全文
posted @ 2015-10-29 22:37 Gssol 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2112题目分类:SPFA算法+map容器错误点:红色标记部分代码:#includeusing namespace std;map mymap;string s1,s2,s3,s4;int ok1,ok2;... 阅读全文
posted @ 2015-10-29 22:34 Gssol 阅读(149) 评论(0) 推荐(0) 编辑