eolymp
bolt
Try our new interface for solving problems
Problems

The largest of three

The largest of three

Time limit 1 second
Memory limit 128 MiB

Three integers a, b and c are given. Print the largest of them.

Input data

Three integers a, b and c.

Output data

Print the largest of three given numbers.

Examples

Input example #1
7 2 4
Output example #1
7
Author Matviychuk Sergiy Volodymyrovych
Source "ABC programming"