1244: 去特定字符

Memory Limit:32 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:65 Solved:17

Description

输入字符串s和字符c,要求去掉s中所有的c字符,并输出结果。

Input

测试数据有多组,每组输入字符串s和字符c。

Output

对于每组输入,输出去除c字符后的结果。

Sample Input Copy

goaod
a

Sample Output Copy

good