[COCI2006-2007#2] R2
题面翻译
设 S = R 1 + R 2 2 S= \dfrac{R_1+R_2}{2} S=2R1+R2,给定 R 1 R_1 R1 与 S S S ( − 1000 ≤ R 1 , S ≤ 1000 ) (-1000 \le R_1,S \le 1000) (−1000≤R1,S≤1000),求 R 2 R_2 R2。
题目描述
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.
样例 #1
样例输入 #1
11 15
样例输出 #1
19
样例 #2
样例输入 #2
4 3
样例输出 #2
2
Scratch实现
后续
接下来我会不断用scratch来实现信奥比赛中的算法题、Scratch考级编程题实现、白名单赛事考题实现,感兴趣的请关注,我后续将继续分享相关内容