#!/usr/local/opt/python/bin/python3.6

import sys

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