为什么我看题解里都些是:
inline int queryk(int rt,int l,int r,int v){ if(l==r) return l; ...
不应该是 return val[rt] 吗/yiw
return val[rt]