The largest of three
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Three integers a, b and c are given. Print the largest of them.
Input
Three integers a, b and c.
Output
Print the largest of three given numbers.
Examples
Input #1
Answer #1
Submissions 11K
Acceptance rate 61%