Competitions
Week 2 Conditionals Part 1
Maximum among four numbers
Four numbers a, b, c, d are given. Find the maximum among them.
Input data
Four integers, not greater than 1000 by absolute value.
Output data
Print the maximum among four numbers.
Examples
Input example #1
1 2 3 4
Output example #1
4