100 atcoder#ABC137A. [ABC137A] +-x
[ABC137A] +-x
Score : points
Problem Statement
We have two integers: and .
Print the largest number among , , and .
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the largest number among , , and .
-13 3
-10
The largest number among , , and is .
1 -33
34
The largest number among , , and is .
13 3
39
The largest number among , , and is .