{
TASK:n23
LANG:PASCAL
}
var
 s:string;
begin
 readln(s);
 if s='11' then writeln(223232)
            else writeln('NO');
end.