#abc098a. [abc098_a]Add Sub Mul
[abc098_a]Add Sub Mul
Problem Statement
You are given two integers and . Find the largest value among , and .
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the largest value among , and .
Sample Input 1
3 1
Sample Output 1
4
, and . The largest among them is .
Sample Input 2
4 -2
Sample Output 2
6
The largest is .
Sample Input 3
0 0
Sample Output 3
0