哪位大佬能帮忙看看我这代码错哪了吗?一个 treap 实现,出现段错误。insert方法中不调用rotate是正常(即此时为朴素BST)。 cpp include <bits/stdc.h struct Node; typedef