#include using namespace std; int c,f; int main(){ for(;~(c=getchar());){ putchar(c*f/3); if(c=='c')f=printf("UEC"); } }