12623: 初级第五课——求三个数的最大数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:4
Solved:0
Description
已知有三个不等的数,将其中的最大数找出来。
Input
输入只有一行,包括3个整数。之间用一个空格分开。
Output
输出最大数
Sample Input Copy
1 5 8
Sample Output Copy
8