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

import sys

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