n=int(input()) print('No' if n%6 else 'Yes')