100 atcoder#ABC135A. [ABC135A] Harmony
[ABC135A] Harmony
Score: points
Problem Statement
We have two distinct integers and .
Print the integer such that .
If such an integer does not exist, print IMPOSSIBLE
instead.
Constraints
- All values in input are integers.
- and are distinct.
Input
Input is given from Standard Input in the following format:
Output
Print the integer satisfying the condition.
If such an integer does not exist, print IMPOSSIBLE
instead.
2 16
9
and , so satisfies the condition.
0 3
IMPOSSIBLE
No integer satisfies the condition.
998244353 99824435
549034394