#!/usr/bin/env python

def getInput():
    s = input()
    print(s)

for i in range(10):
    getInput()