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

PROGRAMMING:Sum up

Luz5年前 (2021-05-10)题库340
Enter a positive integer n from the keyboard, and find the sum of positive integers within n that can be divided by 3 (including n).
###Input example:
Here is a set of inputs. For example:
```in
nine
```
###Output example:
The corresponding output is given here. For example:
```out
eighteen
```







answer:If there is no answer, please comment