Maximum among four numbers
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Four numbers are given. Find the maximum among them.
Input
Four integers, not greater than by absolute value.
Output
Print the maximum among four numbers.
Examples
Input #1
Answer #1
Submissions 27K
Acceptance rate 42%