#Lutece0802. Just a Line
Just a Line
Migrated from Lutece 802 Just a Line
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
There are points on a plane, among them points will form a line, your task is to find the point that is not on the line.
Input
The first line contains a single number , the number of points.
Then come lines each with two numbers , giving the position of the points. The points are given in integers. No two points' positions are the same.
Output
Output the position of the point that is not on the line.
Samples
5
0 0
1 1
3 4
2 2
4 4
3 4
Resources
the 12th UESTC Programming Contest Preliminary