UVA11713 Abstract Names

题目描述

[problemUrl]: https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=117&page=show_problem&problem=2760 [PDF](https://uva.onlinejudge.org/external/117/p11713.pdf) ![](https://cdn.luogu.com.cn/upload/vjudge_pic/UVA11713/06aa17693455a62e136efa4282289a1a11135e65.png)

输入格式

第一行一个数 $\texttt{a}$ ,表示有 $\texttt{a}$ 组测试点。 接下来有 $\texttt{a}$ 组,每组2行,一行一个 $ \texttt{string}$ 。

输出格式

如果每组的两行 $ \texttt{string}$ 删除元音字母后完全相同输出 $ \texttt{Yes}$ ,否则输出 $ \texttt{No}$ 。