Type: RemoteJudge 1000ms 125MiB

[COCI 2006/2007 #2] R2

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目描述

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.

输入格式

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

输出格式

Output R2 on a single line.

题目大意

S=R1+R22S= \dfrac{R_1+R_2}{2},给定 R1R_1SS (1000R1,S1000)(-1000 \le R_1,S \le 1000),求 R2R_2

11 15
19
4 3
2

0809C班周末作业

Not Claimed
Status
Done
Problem
10
Open Since
2025-8-9 16:00
Deadline
2025-8-11 23:59
Extension
24 hour(s)