Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
Consider covering using 2 rectangles. As the rectangles don’t overlap, one of the rectangles must either be vertically above or horizontally left to the other.
To find the minimum area, check all possible vertical and horizontal splits.
For 3 rectangles, extend the idea to first covering using one rectangle, and then try splitting leftover ones both horizontally and vertically.