Sum and Multiplication of 2 numbers

Statement

Write a program that takes 2 numbers from the user and prints their sum and multiplication. Every number is given on a separate line.


Example input 1

2
5

Example output 1

7
10


Example input 2

1
5

Example output 2

6
5




Login is required



TEST CASES