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