1964: [USACO 2022 US Open Contest Silver] Problem 2. Subset Equality
题目描述
The cows are trying out a new method of exchanging coded messages with each-other where they mix irrelevant letters in among relevant letters to make the messages hard to decode.
The cows transmit two strings and each of length at most consisting only of the lowercase English letters 'a' through 'r'. To try and make sense of this coded message, you will be given queries (). Each query provides a subset of the lowercase English letters from 'a' to 'r.' You need to determine for each query whether and , when restricted only to the letters in the query, are equal.
输入
Third line contains Q.
Next lines each contain a query string. Within a query string, no letters are repeated. Furthermore, all query strings are in sorted order, and no query string appears more than once.
输出
样例输入
aabcd
caabd
4
a
ac
abd
abcd
样例输出
YNYN