← All problemsSign in

Clear the Array

CodeChefRating 2037Open on judge ↗

You are given an array $A$ of $N$ elements. You can do the following operations on that array: - Remove the leftmost element of the array, with index $l$, for the cost $A_l$. This can be done any number of times if the array is non-empty (has at least $1$ element). - Remove the rightmost element of the array, with index $r$, for the cost $A_r$. This can be done any number of times if the array is

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