Drop links or images here to add them to the editor.

Triangle Type

Read three side lengths of a triangle.

If the sides form a valid triangle, print whether it is:

Use nested if statements.

A triangle is valid if the sum of any two sides is greater than the third side.

Input

Three integers separated by spaces.

Output

Print one of these messages:

Examples

Input:

3 3 3

Output:

Equilátero