import sys ID = 'myproblem' sys.stdin = open(ID + '.in', 'r') sys.stdout = open(ID + '.out', 'w') input() print()