from math import * while True: try: n=int(input()) print(5201314+n) #except EOFError:break except:break # except 写哪儿个都行,甚至两个都写都可以,不可以不写