2393: 比较后输出最大值
Memory Limit:128 MB
Time Limit:1.000 S
Submit数:1
Solved数:1
Description
编写一个程序,输入a、b、c三个值,输出其中最大值。
Input描述
一行数组,分别为a b c
Output描述
a b c其中最大的数
Sample Input Copy
10 20 30
Sample Output Copy
30
⋮
10 20 30
30