Problem4295--字符串去特定字符

4295: 字符串去特定字符

Time Limit: 1.000 Sec  Memory Limit: 32 MB
Submit: 78  Solved: 16
[Submit] [Status] [Web Board] [Creator:]

Description

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

Input

输入字符串s和字符c。

Output

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

Sample Input

goaod
a

Sample Output

good

Source/Category

z1 

[Submit] [Status]