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

PROGRAMMING:Judge whether an integer n can be divided by 3 and 5

Luz5年前 (2021-05-10)题库455
Judge whether an integer n can be divided by 3 and 5. If it can be divided by 3 and 5, output yes, otherwise output No
###Input format:
There are several groups of test data, which are processed to the end of the file. Enter an integer n for each group of test data.
###Output format:
Each group output yes or no as required.
###Input example:
Here is a set of inputs. For example:
```in
twenty-seven thousand six hundred and fifteen
three thousand four hundred and fifty-six
```
###Output example:
The corresponding output is given here. For example:
```out
YES
NO
```







answer:If there is no answer, please comment