Sum a + b
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Print the sum a + b.
Input
Two positive integers a и b.
Output
Print the sample in the form a + b = c.
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 48%