Vowel Density FIXED by TokusiN

v;main(c,_){char*s;for(;s=gets(_);printf("%*c\n",v*40/c,42))for(c=v=0;*s;c+=*++s!=32)v+=!!index("aeiouAEIOU",*s);}

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

download

return to the top page