← All problemsSign in

Erase and Maximize

CodeChefRating 1226Open on judge ↗

You have with you $N$ dice. Each die has $6$ faces, with the faces containing the values $\{1, 2, 3, 4, 5, 6\}$ - one value per face. The orientation of the faces does not matter in this problem. You are also given an integer $S$ ($N \le S \le 6\cdot N$). You must choose $N$ integers $x_1, x_2, \ldots, x_N$ such that: - $1 \le x_i \le 6$ for each $1 \le i \le N$, and - $x_1 + x_2 + \ldots +

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