eolymp
bolt
Try our new interface for solving problems
Problems

Sum a + b

Sum a + b

Print the sum a + b.

Input

Two positive integers a и b.

Output

Print the sample in the form a + b = c.

Time limit 1 second
Memory limit 128 MiB
Input example #1
4 5
Output example #1
4 + 5 = 9
Author Michael Medvediev