x = input().split(",") a,b = map(int,x) print("a + b =",a+b)