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

PROGRAMMING:Apple tray

Luz5年前 (2021-05-10)题库428
There are n apples to be loaded on a plate, two for each plate. Program to input the number of apples N and output how many plates these apples can be loaded on.
###Input format:
An integer n.
###Output format:
An integer, the number of plates.
#####Input example:
```in
fifteen
```
#####Output example:
```out
eight
```
#####Input example:
```in
twenty
```
#####Output example:
```out
ten
```







answer:If there is no answer, please comment