Стрелов Глеб Сергеевич
12.10.2019 20:15 (2:36) [2720315]
def Add(x, y): return x+y In1 = input() In2 = input() exec(In1) exec(In2)