#D7537. Password
Password
Password
Taro had his own personal computer and set a password for login. However, Taro inadvertently forgot the password. Then, remembering that there was a piece of paper with the password written down, Taro found the paper and was surprised to see it. The paper was cut and there were only fragments, and there were some stains that made it unreadable. Taro decided to guess the password by referring to the memo.
Constraints
- The length of the character strings A and B is 1 to 1000 characters.
- The length of the B string does not exceed the length of the A string.
Input
String A String B
Output
Output "Yes" or "No" on one line.
Examples
Input
ABCDE ABC
Output
Yes
Input
KUSATSU KSATSU
Output
No
Input
ABCABC ACBA_B
Output
No
Input
RUPCUAPC __PC
Output
Yes
Input
AIZU _A
Output
No
inputFormat
Input
String A String B
outputFormat
Output
Output "Yes" or "No" on one line.
Examples
Input
ABCDE ABC
Output
Yes
Input
KUSATSU KSATSU
Output
No
Input
ABCABC ACBA_B
Output
No
Input
RUPCUAPC __PC
Output
Yes
Input
AIZU _A
Output
No
样例
KUSATSU
KSATSU
No