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

PROGRAMMING:Divisibility problem

Luz5年前 (2021-05-10)题库569
Judging whether a number can be divided by another integer is a very simple problem. Lazy Xiao Ming still doesn't want to do it himself, so he finds you to help him write code, so you can help him.
###Input format:
The input includes two integers separated by spaces   M and   N(1≤M,N≤500)。
###Output format:
The output includes one line if   M   Can be   N   Integer division output yes, otherwise output no (result case sensitive).
###Input example:
```in
21 7
```
###Output example:
```out
YES
```






answer:If there is no answer, please comment