#include int main(){int x,y;scanf("%i %i",&x,&y);printf(y==(12*x)%360?"yes":"no");}