Problem F. Atlantis
时间限制 1000 ms
内存限制 32 MB
There are several ancient Greek texts that contain descriptions of the fabled island Atlantis. Some of these texts even include maps of parts of the island. But unfortunately, these maps describe different regions of Atlantis. Your friend Bill has to know the total area for which maps exist. You (unwisely) volunteered to write a program that calculates this quantity.
输入数据
输出数据
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.
样例输入
复制
2
10 10 20 20
15 15 25 25.5
0
样例输出
复制
Test case #1
Total explored area: 180.00
$ Mathjax font initiator $