1225: 三个整数求最大值

Memory Limit:12 MB Time Limit:1.000 S Judge Style:Text Compare Creator:
Submit:460 Solved:278

Description

有3个整数a, b, c,由键盘输入,输出其中最大的数。

不允许普通用户打印题目,请教师登录后使用。如有疑问请联系管理员!

Input

以空格分割的三个整数。

Output

三个数中的最大值,末尾换行。

Sample Input Copy

1 3 2

Sample Output Copy

3