n = int(input()) num_list = [int(input()) for _ in range(n)] print(num_list)