x = int(input()) y = x.split(',') print("a + b = ",sum(x))