Read two numbers from the user (one per line), convert them to integers, and print their sum.
Example:
Input:
3 5
Output:
8