CF2209C Find the Zero
https://www.luogu.com.cn/problem/CF2209C
对所有 \(i \in [3, 2n]\) 询问 \((i, i + 1)\),这样可以保证 \([1, 4]\) 中恰好有两个 \(0\),询问 \((1, 3)\) 和 \((1, 4)\) 即可。
https://www.luogu.com.cn/problem/CF2209C
对所有 \(i \in [3, 2n]\) 询问 \((i, i + 1)\),这样可以保证 \([1, 4]\) 中恰好有两个 \(0\),询问 \((1, 3)\) 和 \((1, 4)\) 即可。