Write a program that takes two integers and returns their sum.
Two space-separated integers a and b.
A single integer — the sum of a and b.
3 5
8
Constraints:
Write a program that takes two integers and returns their sum.
Two space-separated integers a and b.
A single integer — the sum of a and b.
3 5
8
Constraints: