Files
CodeObject/storage/zeta/py/completed/3046.py

3 lines
52 B
Python

R1, S = map(int, input().split())
print(2 * S - R1)