Start 2024-01-22 23:06:25

冬令营基础班2024年1.23号 分支结构

End 2024-01-23 17:30:00
Contest is over.
Now 2024-05-18 15:34:41

C. 最大值

Description

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

Input

三个数字,分别为a b c

Output

a b c其中最大的数

Examples

Input

10 20 30

Output

30

Input

21.2 33.3 10.9

Output

33.3

Submit

Login

Signup
Time Limit 1 second
Memory Limit 128 MB
Submit