1633: 【入门】判断3的倍数

Memory Limit:16 MB Time Limit:1.000 S
Creator:
Submit:12 Solved:10

Description

判断一个数是不是3的倍数,如果是打印yes,否则打印no

Input

一行,一个整数

Output

一行,yes或者no

Sample Input

3

Sample Output

yes