import os;print''.join('EO'[ord(c)%2]for c in os.read(0,1e5)[::2])