a,b = map(int,input().split(",")) print("a + b = {}".format(a+b))