#P30006. [COCI][2006][C2] R2

    ID: 37 传统题 1000ms 256MiB 尝试: 2 已通过: 1 难度: 1 上传者: 标签>其他数学搜索枚举数论素数判定暴力质数筛法

[COCI][2006][C2] 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 R2! Help Slavko restore R2.

Format

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.

Samples

11 15
19
4 3
2