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