import sys readline=sys.stdin.readline write=sys.stdout.write N,M=map(int,readline().split()) ans=N print(ans)