摘要: #include#include#includeusing namespace std;#define inf 0x7fffffff#define N 300int p,t,n;int Min(int a,int b) {return a>b?b:a;}struct node { int u,v,w... 阅读全文
posted @ 2014-04-28 17:10 HYDhyd 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 劳资六年前开始搞ACM啊!!!!!!!!!!从此踏上了尼玛不归路啊!!!!!!!!!!!!谁特么跟劳资讲算法是程序设计的核心啊!!!!!!尼玛除了面试题就没见过用算法的地方啊!!!!!!谁再跟劳资讲算法之美算法的力量,劳资一本算法导论拍死你啊!!!!!!!!那是搞ACM的入门书啊!!!!特么的入门书... 阅读全文
posted @ 2014-04-28 15:41 HYDhyd 阅读(136) 评论(0) 推荐(0) 编辑
摘要: #include#include#define N 300#define inf 0x7fffffff#includeusing namespace std;struct node { int u,v,w,next;}bian[N*4];int head[N],yong,d[N],s,t;void ... 阅读全文
posted @ 2014-04-28 08:32 HYDhyd 阅读(174) 评论(0) 推荐(0) 编辑