Олимпиадный тренинг

Задача 7142. The thickest book


The array stores information about the number of pages in each of the 100 books. All pages are the same thickness. Determine the number of pages in the thickest book.

Input
The input is a string containing 100 natural numbers separated by a space. Each number is not greater than 500.

Imprint
Output the answer to the problem.