2011年4月19日

zju1085Alien Security

摘要: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=85zju Alien Security spfa#include<iostream>#include<algorithm>#include<string>#include<cstring>#include<queue>using namespace std;const int INF=1000000;int vis[101],g[101][101],d[101];int n,ET;//ET目标房间void spfa( 阅读全文
posted @ 2011-04-19 22:25 4.5.6 阅读(158) 评论(0) 推荐(0)