def Add(x, y):
    return x+y
In1 = input()
In2 = input()
exec(In1)
exec(In2)