#2133. 求最大值

求最大值

题目描述

编写一个程序,输入abc三个值,输出其中最大值。

输入格式

一行三个整数,分别为 abc

输出格式

abc 中的最大值。

样例

10 20 30
30

数据范围

数字 abc 都在 int 范围内。