x,y,z=map(int,input().split()) print('Yes' if (300+x+y+z)%3==0 else 'No')