Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 744 Bytes

README.rst

File metadata and controls

26 lines (17 loc) · 744 Bytes

Kattis\R2

Description

The number S is called the mean of two numbers R1 and R2 if S is equal to (R1 + R2) / 2. Mirko’s birthday present for Slavko was two integers R1 and R2. Slavko promptly calculated their mean which also happened to be an integer but then lost R1! Help Slavko restore R1.

Input

The first and only line of input contains two integers R1 and S, both between −1000 and 1000.

Output

Output R2 on a single line.

Sample Input/Output

Input Output
11 15 9
4 3 2