var c:char;begin repeat readln(c);write(("EO")[ord(c)mod 2+1])until 1<0end.