Given a word puzzle and some words, please identify the corordinates of the words in the puzzle.
For example, please find "cool", "cat", "vain", "soul" in the following puzzle.
The first integer is the width and also the height of the word puzzle.
Then, the word puzzle is listed.
Then the second integer is the number of words to find.
Then, the words to find are listed in one line.
If a word is found in the puzzle, please report "Yes", then its starting position (row, col) and ending position (row, col), and then also print the word with vowels first and consonants afterward.
If a word is not in the puzzle, please report "No".