시간 제한메모리 제한제출정답맞힌 사람정답 비율
1 초 128 MB22181184.615%

문제

Read the statement of Problem 6553! Given a list of meeting locations as specified in the description of Problem 6553, you have to calculate the locations of the Foreign Offices.

입력

See the input specification of Problem 6553 for the format, and the output specification of Problem 6553 for the meaning of the input.

출력

See the output specification of Problem 6553 for the format, and the input specification of Problem 6553 for the meaning of the output.

예제 입력 1

5 14 2 20 4 18 12 12 18 10 10
3 -3 5 -2 5 -3 6
3 -2 10 5 10 -1 12

예제 출력 1

5 10.000000 2.000000 18.000000 2.000000 22.000000 6.000000 14.000000 18.000000 10.000000 18.000000
3 -4.000000 6.000000 -2.000000 4.000000 -2.000000 6.000000
3 -8.000000 12.000000 4.000000 8.000000 6.000000 12.000000

힌트

The relationship between the sample input and output polygons is illustrated in the figure below. Solid lines indicate the polygon joining the Foreign Offices, whereas dashed lines indicate the polygon joining the meeting locations. To generate further sample input you may use your solution to Problem 6553.