Ejemplo n.º 1
0
	int query(int a, int b) {				//传入两个节点,返回他们lca节点编号
		return F[st.query(P[a], P[b])];
	}