Lucky 13
CodeChefOpen on judge ↗
There are N boxes given which are numbered starting from 1 to N. All the boxes are initially empty. There are 3 types of operations that can be applied to the boxes: - (I)nsert i x: Insert x balls in box no i. - (R)emove i x: Remove x balls from box no i, if number of balls in box no i are less than x then remove all balls from box no i. - (Q)uery: Print the box no and no of balls of the box
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