# | Problem | Pass Rate (passed user / total user) |
---|---|---|
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< z <199)