char*p;main(c,b){for(;gets(p=b);c>0&&puts(b))for(c=0;*p;)strchr("aeiou",*p++)?++c:--c;}