#!/usr/bin/env python3 n = int(input()) s = [] for _ in range(n): k = int(input()) print(k)