import sys

a=input()
b=input()
d=[a,b]
print(tuple(d))