#P1047B. Cover Points
Cover Points
No submission language available for this problem.
Description
There are points on the plane, .
You need to place an isosceles triangle with two sides on the coordinate axis to cover all points (a point is covered if it lies inside the triangle or on the side of the triangle). Calculate the minimum length of the shorter side of the triangle.
First line contains one integer ().
Each of the next lines contains two integers and ().
Print the minimum length of the shorter side of the triangle. It can be proved that it's always an integer.
Input
First line contains one integer ().
Each of the next lines contains two integers and ().
Output
Print the minimum length of the shorter side of the triangle. It can be proved that it's always an integer.
Samples
Note
Illustration for the first example:
Illustration for the second example: