f(i,s){i/3&&f(i/3,32);printf("world%chello%cworld!%c"+i%3*8,s);}i;main(){for(;i<100;f(i++,10));}