Toph easy problem(Maximum)
Question:
Maximum
Limits: 1s, 512 MB
Given N numbers, find the one that is of the highest value and print it.
Input
The first line of the input will contain N (N < 100).
The following line will contain N integers, each between 1 and 1000.
Output
Print the maximum.
No comments