2012年6月16日
摘要:
1 #include<cstdio> 2 #include<cstring> 3 #include<algorithm> 4 #define MAXN 20010 5 typedef __int64 LL; 6 using namespace std; 7 struct Seg 8 { 9 LL left,right,val,high;10 friend bool operator<(Seg a,Seg b)11 {12 if(a.high!=b.high)13 return a.high<b.high;14 r... 阅读全文
posted @ 2012-06-16 10:37
DrunBee
阅读(350)
评论(0)
推荐(0)
浙公网安备 33010602011771号