The average S of two integers R1 and R2 is (R1 + R2) / 2.
Given R1 and the average S, find the second number R2.
The first line contains two integers R1 and S, separated by a space.
Each number is between -1000 and 1000, inclusive.
Print R2 on the first line.