x = list(input().split(" "))
y = list(input().split(" "))
l = {n:b for n, b in zip(x, y)}
print(l)