100 atcoder#ABC098A. [ABC098A] Add Sub Mul
[ABC098A] Add Sub Mul
Score : points
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 .
3 1
4
, and . The largest among them is .
4 -2
6
The largest is .
0 0
0