x = input() y = x.split(',') z = list(map(int, y)) s = (z[0]+z[1]) print('a + b =', s)