题目大意

有一个 $n$ 个点的图,有 $q$ 个操作,每个操作形如:

$ \texttt{0 x y v:}$ 在 $x,y$ 间添加一条权值为 $v$ 的边。

$ \texttt{1 x y:}$ 删除 $x,y$ 之间的边,保证存在。

$ \texttt{2 x y:}$ 询问 $x,y$ 所有路径最大权值的最小值。

$ 1 \leq n, q \leq 2 \times 10 ^ 5, 1 \leq v \leq 10$

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×