h1 = input()
l1 = h1.split(" ")
# print(l1)
for h in l1:
    h = int(h)*2
    print(h)