#!/usr/local/bin/python
import sys       
map(sys.stdout.write, sys.stdin.readlines() )   # apply method
