import sys S=sys.stdin.readlines() assert(len(S)==1) N,M=map(int,S[0].split()) T=str(N)+' '+str(M) assert(T==S[0])