#cbase005. 三个数中的最大值

三个数中的最大值

题目描述

输入三个整数,输出其中的最大值。

输入格式

一行三个整数 a,b,c。

输出格式

输出最大值。

样例

3 9 5
9

数据范围与约定

时间限制:1 秒
内存限制:128 MiB