The input consists of several test cases. Each test case starts with a line containing a single integer nof available maps. The n following lines describe one map each. Each of these lines contains four numbers
![]()
, not necessarily integers. The values
and
are the coordinates of the top-left resp. bottom-right corner of the mapped area.
The input file is terminated by a line containing a single 0. Don't process it.
For each test case, your program should output one section. The first line of each section must be "Test case #k", where k is the number of the test case (starting with 1). The second one must be "Total explored area: a", where a is the total explored area (i.e. the area of the union of all rectangles in this test case), printed exact to two digits to the right of the decimal point.
Output a blank line after each test case.