#OLD267. 最小值

最小值

Description

给出任意两个整数a,b,用a + b或a - b两种算法使所得结果值最接近0.

Format

Input

输入两个整数。

Output

输出所得结果接近于0的值。

Samples

-100 -78
-22

Hint