3157. 最大数

Naive分支

时间限制:2000 ms

内存限制:256 MiB

题面

Modify 21Lab01_02.c to print the maximum of three integers inputted.

输入格式

输入 3 个整数

输出格式

输出最大数

样例

输入

10 9 8

输出

Enter a,b and c:Max=10