News

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window.
Step 1: Read Rectangles from Input File for each line in the input file: read the line construct a Rectangle object from the line (x1, y1, x2, y2) add the rectangle to the list: rectangles[] Step 2: ...