摘要:
#include using namespace std; const int M=9999; struct tr{ int l,r,x,size,num,f; }a[M]; int tot=1; void insert(int v,int u){ if(!v)return; if(u>a[v].x) { if(!a[v].r) ... 阅读全文
posted @ 2017-05-07 11:39
wspl98765
阅读(150)
评论(0)
推荐(0)