eolymp
bolt
Try our new interface for solving problems
Problems

Maximum among four numbers

Maximum among four numbers

Time limit 1 second
Memory limit 128 MiB

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