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 is two integers x y seperated by a space
(0< x, y <100)
Output is an integer, the total number of fruits
followed by '\n'
(0< z <199)