1520: 在输入的字符串中删除指定的字符

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:3090 Solved:2679

Description

在输入的字符串中删除指定的字符

第一行为一行字符串.长度不超过200.

第二行为一个字符.需要从字符串中删除该字符.

Input

第一行为一行字符串.

第二行为一个字符.需要从字符串中删除该字符.

Output

输出删除指定字符后的字符串.

输出占一行

Sample Input Copy

helloworld
o

Sample Output Copy

hellwrld