Vowel Density FIXED by abf

char*t;n;main(v,s){for(;gets(s);puts("*")){for(t=s,v=n=0;*t;strchr("aeiouAEIOU",*t++)&&v++)*t!=32&&n++;for(v=40*v/n;--v>0;)putchar(32);}}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page