游客 Signup | Login
中文 | En

3162 - 习题1-6 求三个整数中的最大值

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 12 MB

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

Input

输入三个整数a, b, c,以空格分隔。

Output

max=最大数

Examples

Input Format

2 -3 9

Output Format

max=9