4933: 3的倍数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:102 Solved:67

Description

输入一个整数a

如果a是3的倍数,输出"yes"

如果a不是3的倍数,输出"no"

Input

一个整数

Output

yes或no

Sample Input Copy

99

Sample Output Copy

yes