#!/Library/Frameworks/Python.framework/Versions/3.5/bin/python3

import sys

sys.stdout.write(sys.stdin.read())
