摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define ll long long 4 #define M 1000001 5 struct tonod{ 6 int fa,ch[2],sum,maxx,key; 7 bool rev,is 阅读全文
posted @ 2018-06-17 20:57 马子涵 阅读(358) 评论(0) 推荐(0)
摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long LL; 4 typedef unsigned long long ULL; 5 #define MAXN 26 6 #define L 31 7 #define 阅读全文
posted @ 2018-06-17 20:56 马子涵 阅读(174) 评论(0) 推荐(0)