#157. intMax
intMax
Background
Description
Given three int values, a b c, return the largest.
Format
Input
Output
Samples
1 2 3
3
1 3 2
3
3 2 1
3
Limitation
1s, 1024KiB for each test case.
Given three int values, a b c, return the largest.
1 2 3
3
1 3 2
3
3 2 1
3
1s, 1024KiB for each test case.
By signing up a acjudge universal account, you can submit code and join discussions in all online judging services provided by us.