xy = input()

line = []

line = xy.split(" ")

for lin in line:

    print(2*int(lin))