Qiuqiqiu  
不管道路多么崎岖坎坷,我永远不停下追逐梦想的脚步!

2012年5月13日

摘要: http://acm.hdu.edu.cn/showproblem.php?pid=2923map+floyd#include <cstdio>#include <cstring>#include <cctype>#include <map>#include <string>using namespace std;const int N=110,INF=1000010;int n,m,sz;int g[N][N];int q[1010];map<string,int> mp;void floyd(){ for(int k= 阅读全文
posted @ 2012-05-13 18:03 Qiuqiqiu 阅读(203) 评论(0) 推荐(0) 编辑