import sys

a=tuple(input().split(" "))
b=tuple(input().split(" "))
print(dict(zip(a,b)))