x=int(input("please enter integer:")) if x%3==0: print("yes") else: print("no")