← All problemsSign in

Some Queries

CodeChefRating 3229Open on judge ↗

You are given $N$ nodes numbered from $1$ to $N$. The $\texttt{score}$ of the task is initially $0$. You are given $Q$ queries of the following type: - Given integers $u$ and $v$: - Add an edge between nodes $x = (\texttt{score} \oplus u)$ and $y = (\texttt{score} \oplus v)$. It is guaranteed that both $x$ and $y$ belong to different components and $1\le x, y\le N$. - After addi

HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17

CodeSearch Tutor

Hints, not spoilers — it won’t hand over the full solution unless you insist.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start