← Back to List
6749번: Next in line ↗
Solutions
Python 3
42 B | 42 chars
a=int(input()) b=int(input()) print(2*b-a)