Given two integers a and b, print their sum.
A single line with two space-separated integers a and b.
A single integer: the value of a + b.
-10^9 ≤ a, b ≤ 10^9
This editor records if code is AI assisted. Write it yourself — if you are stuck, ask your teacher.