#Z13205. 最大数输出

最大数输出

Description

Input three integers, with each number separated by a single space. Output an integer, which is the largest among them.

Input Format

The input consists of a single line containing three integers, with each number separated by a single space.

Output Format

Output a single line containing an integer, which is the largest among the three.

10 20 56

56