Sum of Two Numbers
Easy📝 Description
Write a program that takes two integers as input and prints their sum.
Input Format
Two space-separated integers
Output Format
Sum of the two integers
Constraints
-1000 ≤ a, b ≤ 1000
🔍 Sample Input
3 5
✅ Sample Output
8
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run