N = int(input()) value = 0 while value <= N: value += 1 print(N)