Files
CodeObject/zeta/py/completed/3046.py
2025-05-07 04:44:30 +09:00

3 lines
52 B
Python

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