#92. 输出a、b、c中的最大值

输出a、b、c中的最大值

题目描述

输入3个整数a,b,c,输出其中的最大值

输入格式

一行3个整数a,b,c

输出格式

输出其中的最大值

样例

输入样例

1 2 3

输出样例

3