摘要: POJ 2387 Til the Cows Come Home#include #includeusing namespace std;const int MAXN=2010;const int INF=99999999;bool vis[MAXN];int pre[... 阅读全文
posted @ 2018-05-27 23:46 Bryce1010 阅读(55) 评论(0) 推荐(0) 编辑
摘要: POJ2253 Frogger 求最短路中,长度最大的边最小#include#include#include#include#includeusing namespace std;#define maxn 205#define inf 999999.9double m... 阅读全文
posted @ 2018-05-27 22:45 Bryce1010 阅读(78) 评论(0) 推荐(0) 编辑