Is it eziee
CodeChefOpen on judge ↗
Lets define a beauty of subarray , as the sum of all the elements in it. Given an array $A$ and $Q$ different queries of the form $ind$ $K$, such that you have to divide the array ($a_{ind}$ $a_{ind+1}$ .... $a_{n-1}$) into $K$ contiguous subarrays such that the bitwise XOR of all the beauty of $K$ subarrays is maximum considering each subarray is consisting of no more than $L$ elements in it.
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.
Sign in to chat with the tutor and save your progress.
Sign in to start