Three integers are given, each on a separate line.
Output the largest of the given numbers (output exactly one integer).
Input #1
1 2 3
Output #1
3
Sign in to submit your solution and save your progress.