@@ -0,0 +1,7 @@
import sys
r1, s = sys.stdin.readline().split(' ')
r1 = int(r1)
s = int(s)
print(s*2 - r1)
The note is not visible to the blocked user.