1524: 【入门】求三个数的最大数

Memory Limit:16 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:3 Solved:3

Description

已知有三个不等的数,将其中的最大数找出来。

Input

输入只有一行,包括3个整数。之间用一个空格分开。

Output

输出只有一行(这意味着末尾有一个回车符号),包括1个整数。

Sample Input Copy

1 5 8

Sample Output Copy

8