#C11101. 3个数最大

3个数最大

Description

输入三个数,输出最大的一个

Format

Input

输入三个整数a,b,c

Output

输出一个整数,为a,b,c中的最大值

Samples

1 2 3
3

Limitation

所有整数不超过1000