Rectangle
Easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Given the coordinates of three vertices of a rectangle on the coordinate plane, your task is to find the coordinates of the fourth vertex.
**Input**: You will receive six integers in a single line, representing the coordinates of three vertices of the rectangle. Each coordinate is an integer, with an absolute value not exceeding 100.
**Output**: Provide two integers, which are the coordinates of the fourth vertex of the rectangle.
Examples
Input #1
Answer #1
Submissions 2K
Acceptance rate 25%