N = int(input()) for i in range(N+1): s *=i print(s)