2009年2月27日

POJ1949

摘要: Chores Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include long endTime[10002]; long m,n; void Solve() { long cost,tt,max,i;//cost表示第i次所... 阅读全文

posted @ 2009-02-27 20:35 Xredman 阅读(196) 评论(0) 推荐(0) 编辑

POJ1258 Agri-Net(简单的prim最小生成树)

摘要: 一题Prim最小生成树,没有任何陷阱。 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include using namespace std; const int MAX_SIZE = 102; long farm[MAX_SIZE][M... 阅读全文

posted @ 2009-02-27 09:18 Xredman 阅读(322) 评论(0) 推荐(0) 编辑

导航