The statement of this question is very simple. You have to input 2 strings. The position where you encounter the first vowel in the first string, concatenate the 2nd string to the first one there.
INPUT: First line consists of number 'T', denoting the number of test cases. Next T lines consists of 2 strings separated by a space.
OUTPUT: In a single line, output the required string.