#P1455. 比较后输出最大值

比较后输出最大值

Description

编写一个程序,输入a、b、c三个值,输出其中最大值。

Input Format

一行数组,分别为a b c

Output Format

a b c其中最大的数

10 20 30

30