a,b = map(int,input().split(',')) ans = a+b print('a + b = ',ans, sep='')