13966 - pineapple apple   

Description

I have x amount of apples

You have y amount of pineapples

How many total number of fruits do we have in total z?

Input

Input is two integers x y seperated by a space

(0< x, y <100)

 

Output

Output is an integer, the total number of fruits

followed by '\n'

(0< <199)

Sample Input  Download

Sample Output  Download

Tags




Discuss