Advanced Maximum

You are given a Given 10 integers, find the maximum of them (the one with the biggest value).

Example 1

Input

1 10 2 4 3 6 5 7 8 9

Output

10

Example 2

Input

101 87 335 2442 222 13 253 764 4664 5335 

Output

5335

Test your solution here
when it passes, copy it and submit it here so your coach can grade it.