Problem J: 既能被5整数,又能被7整除的整数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:7426
Solved:6696
Description
试编程判断一个数是否既能被5整除,又能被7整除。
Input
一个整数
Output
如果既能被5整除,又能被7整除,则输出 “yes” (不包括双引号),
否则,输出“no”(不包括双引号)
Sample Input Copy
35
Sample Output Copy
yes