#BJSC036. 三个数中的最大值

三个数中的最大值

三个数中的最大值

题目描述

输入三个整数a, b, c,输出输出最大的数值。

输入格式

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

输出格式

输出三个数中的最大值。

样例

1 2 3
3

来源

BJSC