Maximum of Three

Problem Statement

-

Input

Three integers are given, each on a separate line.

Output

Output the largest of the given numbers (output exactly one integer).

Example

[{'input': '1\n2\n3', 'output': '3'}]