SP14507 AUTOMATA - GAME2

Description

Bob is playing Hide and Seek with alphabets and he is amazed by the properties of '?' and '\*' in the language. He is given a language 'L'. He has to check whether the given string 'S' is present in the language 'L'. He needs your help. Print "Yes" if S is present in L , else print "No".

Input Format

First line of input consists of T (T

Output Format

Print "Yes" if String 'S' is present in language 'L', else print "No".