|
||||||||||
BeijuTime Limit: 2000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 796 Accepted Submission(s): 224 Problem Description Tclsm is a beiju guy, so is the beiju he has just bought. The shape he bought beiju (or cup) is not a regular cylinder, but a container with zigzag wall, as the figure shows. Tclsm wanted to know how much water the beiju can hold. As a sophisticated programmer, you are asked to help him. Placing the beiju on the floor without constraint and pour water into it slowly, the moment water streams out from the beiju, or the beiju falls down,the volume of the water reaches the maximum. To simplify the problem, you can assume the beiju in 2-dimensional case. There are two walls of the beiju ¨C the left one and the right one. The bottom of the beiju is entirely on the floor. Input The first line of the input is T, the number of test cases. Each case has thee lines. First line has two integers ¨C m n, 1 < m, n < 100. the number of break point of the left wall and the right wall. Second line has 2m integers, p0x p0y p1x p1y¡¡pm-1x pm-1y, describing the coordinate of the break points in the left wall, from the bottom to top. Third line has 2n integers, q0x q0y q1x q1y¡¡qn-1x qn-1y, describing the coordinate of the break points in the right wall, from the bottom to top. You can assume:
Output For each case out put one line containing the maximum height of water the beiju can hold, rounding to the thousands. Sample Input
Sample Output
Source | ||||||||||
|