原题面中模板覆盖单词的定义为:“A pattern is said to cover a word if such an array of letters (which can be empty) exists that, when
replacing the character ‘*’, the pattern and the word become completely identical.”,
应该翻译为“称一个模式串覆盖一个单词,当且仅当这个单词能够找到一个子串(可以为空),将这个子串替换成字符 * 后,和模式串完全相同。”,
而不是“一个模板覆盖了一个单词当且仅当将 * 替换为任意字母后,模板和单词能够完全重合”。