← All problemsSign in

Arranging the numbers

An operation on an array of size $n$ shifts each of the array's elements $1$ unit to the left. For example, if $2$ operations are performed on array $[1, 2, 3, 4, 5]$, then the array would become $[3, 4, 5, 1, 2]$. Given an array of $n$ integers and a number, $d$, perform $d$ operations on the array. Then print the updated array as a single line of space-separated integers. ###Input For

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