← All problemsSign in

XOR Minimization

CodeChefRating 2941Open on judge ↗

You are given an array A consisting of N non-negative integers. The elements of array A are indexed with integers 1, 2, 3, ..., N. You need to implement a data structure, which can process the following queries efficiently: - 1 L R: find the minimal number in the subarray A[L..R] and count how many times it appears there; - 2 L R K: replace each number Ai with the expression (Ai xor K) for the s

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