Problem J
Square Fields (Hard)
Note that this is a harder version of the problem squarefieldseasy.
You are given
Find the minimum length for the squares’ edges such that you
can cover the
Input
The first line of input gives the number of cases,
You may assume that the points’ coordinates are non-negative
integers smaller than 64000 and
Output
For each test case, you should output one line containing
"Case #
Sample Input 1 | Sample Output 1 |
---|---|
2 5 2 1 1 2 2 3 3 6 6 7 8 3 2 3 3 3 6 6 9 |
Case #1: 2 Case #2: 3 |