← All problemsSign in

Rectangle Query

CodeChefRating 2789Open on judge ↗

You are given a Cartesian plane, and you are asked to support the following three kinds of operations: - I x1 y1 x2 y2: add an axes-parallel rectangle on the plane. The bottom-left corner has coordinates (x1, y1), the top-right one has coordinates (x2, y2) - D index: remove the retangle that was added during the index-th addition operation - Q x1 y1 x2 y2: output the number of rectangles on the

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