Vowel Heavy by smkt

#define U p[i]
main(i,v,c){char U;while(gets(p)){for(c=v=i=0;U;i++)U=='a'|U=='e'|U=='i'|U=='o'|U=='u'?v++:c++;v>c?puts(p):0;}}

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

download

return to the top page