2013年4月10日
摘要: 很强悍的算法,至今,仍旧迷迷糊糊。先将看懂的代码贴上来。牛人讲解:http://blog.csdn.net/lhshaoren/article/details/7526480以下代码是转自牛人的。#include <iostream>#include <cstdio>#include <cstdlib>#include <cstring>#include <cmath>using namespace std;#define MAXN 21const double INF = 1<<23;struct Node{ int x 阅读全文
posted @ 2013-04-10 21:29 Still_Raining 阅读(231) 评论(0) 推荐(0)