#include<stdio.h>int main(void){char z[10];scanf("%[aeiou]",z);printf("%s",z);return 0;}
aeiouu
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!