BlueBook
Given real numbers, find and output the largest one to four decimal places.
Input Specification
The first line contains a single integer . Each of the following lines contains one real number .
Output Specification
A single line: the largest of the real numbers.
Sample Input
3
1.5
3
2.2
Sample Output
3.0000
Comments