100 atcoder#ABC196A. [ABC196A] Difference Max
[ABC196A] Difference Max
Score : points
Problem Statement
Given are integers , , , and . We will choose integers and such that and . Find the maximum possible value of here.
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the answer.
0 10
0 10
10
achieves the maximum value .
-100 -100
100 100
-200
-100 100
-100 100
200