1132 - 判断3的倍数
Time Limit : 1 秒
Memory Limit : 16 MB
判断一个数是不是3的倍数,如果是打印yes,否则打印no
Input
一行,一个整数
Output
一行,yes或者no
Examples
Input
3
Output
yes