#C10601. 求三个数的最大数
求三个数的最大数
Background背景
已知有三个数,将其中的最大数找出来。
Input输入
输入只有一行,包括3个整数。之间用一个空格分开。
Output输出
输出最大数。
Samples样例
1 5 8
8
Limitation限制
1s, 1024KiB for each test case.
已知有三个数,将其中的最大数找出来。
输入只有一行,包括3个整数。之间用一个空格分开。
输出最大数。
1 5 8
8
1s, 1024KiB for each test case.
By signing up a 霖家编程 universal account, you can submit code and join discussions in all online judging services provided by us.