2026-04-27 22:05:36 +09:00

1 line
60 B
Python

print((lambda x, y : y + (y-x))(int(input()), int(input())))