문제풀이/백준(Boj) 문제풀이

[백준][구현] 3046. R2 (파이썬/Python)

얄루몬 2021. 10. 28. 18:35

r1, s = map(int,input().split())
r2 = (2*s)-r1
print(r2)