2013年3月12日
摘要: 植树节,种一棵SBT玩玩,跑得不是很快…………不过还好吧…………求各路神牛轻虐…………………View Code 1 #include<cstdio> 2 #include<cstdlib> 3 #include<cstring> 4 #include<algorithm> 5 using namespace std; 6 7 const int INF=0x7fffffff; 8 const int MAXN=1000010; 9 10 struct _Node 11 { 12 int key,size; 13 _Node *s[2]; 14 _ 阅读全文
posted @ 2013-03-12 21:14 stickjitb 阅读(310) 评论(0) 推荐(0) 编辑