三数最大值
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
已知有三个整数 ,将其中的最大数找出来。
输入格式
输入只有一行,包括 个整数 。之间用一个空格分开。
输出格式
输出三数最大值。
1 5 8
8
数据范围
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
已知有三个整数 a,b,c,将其中的最大数找出来。
输入只有一行,包括 3 个整数 a,b,c。之间用一个空格分开。
输出三数最大值。
1 5 8
8
0≤a,b,c≤109
注册一个 CZOJ 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。