n;main(c){for(;~(c=getchar());)putchar(c<11?c:"helloworld"[n++%10]-c%2*32);}