#include using namespace std; int main(){ int h,w; cin>>h>>w; if(h%3==0 and w%4==0) cout<<"YOKO"<