#B2600. Apples Distribution Problem
Apples Distribution Problem
Apples Distribution Problem
There are \(10\) apples. Xiao A takes \(2\) apples, Uim takes \(4\) apples, and the remainder is taken by 八尾勇. We want to determine:
- The total number of apples taken by Xiao A and Uim.
- The number of apples taken by 八尾勇.
Output the two numbers separated by a space.
inputFormat
There is no input required for this problem. The output is fixed.
outputFormat
Output two numbers separated by a space. The first number is the sum of apples taken by Xiao A and Uim, and the second number is the number of apples taken by 八尾勇.
sample
6 4