← All problemsSign in

Increment Greater Values

Given an array of N integers (0-indexed) perform the following operations on it: - ! a b: Add b to all array elements whose initial value was greater than or equal to a (Initial value refers to value at the very beginning). - ? x: Print value of array element at index x. ###Input: - First line contains two integers $N$, $Q$. - Next line contains N space separated integers forming the elements of

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