Program easy(input,output); var begin readln (N); if (N mod 100=24) then writeln('yes') else writeln('no'); end.