3 lines
52 B
Python
3 lines
52 B
Python
R1, S = map(int, input().split())
|
|
print(2 * S - R1)
|
R1, S = map(int, input().split())
|
|
print(2 * S - R1)
|