a = int(input()) b = int(input()) X = a+b print("SOMA = %d" %X)
Difficult roads lead to beautiful destinations.
No comments