-->
当前位置:首页 > 题库

PROGRAMMING:Divide apples

Luz5年前 (2021-05-10)题库309
There are n apples in a bag. Each child can be divided into 4 apples. How many apples can be divided among them? How many apples are left?
###Input format:
Enter a positive integer to represent the number of apples.
###Output format:
The output can get the number of children and the number of remaining apples, separated by commas.
###Input example:
```in
one hundred and one
```
###Output example:
```out
25,1
```







answer:If there is no answer, please comment