2025-12-20 21:45:49 +09:00

1 line
60 B
Python

print((lambda r1, s : 2*s - r1)(*map(int, input().split())))