求R2
作业已超过截止时间,您无法递交本题目。
Description
设S=(R1+R2)/2,给定R1与S,求R2。
Format
Input
输入两个整数R1和S。
Output
输出一个整数表示R2。
Sample 1
Input
11 15
Output
19
Sample 2
Input
4 3
Output
2
Limitation
1s, 1024KiB for each test case.
Data range
对于100%的数据,满足 −1000 ≤ R1,S ≤ 1000