gets(arr);


max=sizeof(arr)/(arr[0]);


for(i=0;i<max;i++)
{printf("%s",arr[i]);}