Easy1 pts
Solve Me First
Welcome! This is an easy challenge. Read two integers from stdin, add them, and print the result.
Input
Two integers A and B, one per line.
Output
A single integer: A + B.
Sample
2 3
Expected
5
Loading editor…
Output
No output yet. Run your code to see results.