为什么 RMQ 求 LCA O(nlogn+q)O(n\log n+q)O(nlogn+q) 会比树剖 O(n+qlogn)O(n+q\log n)O(n+qlogn) 快啊
我树剖 700 多ms(用小号测的),而榜前 3 全是 RMQ 吊打我树剖