Sum Operations (Easy)
**This is the easy version of the problem. It is worth $25$ points in division $1$, and $100$ points in all other divisions.** For an array $B$ of length $M$, you are allowed to perform the following operation as many times as required: * Let $S = \sum\limits_{i=1}^M{B_i}$ * Pick $i$ such that $1 \leq i \leq \min(M,|S|)$ * Either increment or decrement $B_i$ by $1$ Define $f(B)$ to be the minimu
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