#include main(){char c;while(std::cin.get(c))if(c>10)std::cout<<(c%2?'O':'E');}