#Lutece0309. Painting
Painting
Migrated from Lutece 309 Painting
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
One day, pfctgeorge was very bored. He looked around his room, and noticed that there were a lot of cubic meter() plastic white cubes. Then, he decided to stack these cubes into a -Dimension object.
We assume that pfctgeorge's room is a -Dimensional space. Pfctgeorge stacked every cube located in , that is, the cube was above of those cubes whose coordinate of is and coordinate of is before stacking this cube, and its edge is perpendicular to -axis,-axis of -axis respectively.
After stacking all the cubes into the object. Pfctgeorge noticed that there was a pail of colorful paint. So he wanted to painted the object into colorful. However, of course, he can only paint the surface of the object.
Help pfctgeorge to figure out the colorful area of the object in square meter() after his painting.
Input
The first line of the input contains an integer () which means the number of test cases.
Then test cases follow, for every test case, the first line contains two integer ,(), means the pfctgeorge's room is meters in width and meters in length. Then lines follow, every line contains integers in the range of . If number of line is , it means there are cubes located in .
Output
For each test case, you should output one line. First, output Case #C:
, means the number of the test case which is from to . Then, output an integer indicates the colorful area of the object in square meter after pfctgeorge's painting.
Samples
3
1 1
1
1 2
1 1
2 2
1 2
1 1
Case #1: 5
Case #2: 8
Case #3: 16
Note
The picture below described the status of pfctgeoge's room after painting in the third sample.(The color of paint is blue.)
Resources
love8909 & pfctgeorge