import sys
a = int(sys.stdin.readline().strip())
print(a)