Problem1799--উৎস的字符串去特定字符

1799: উৎস的字符串去特定字符

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 32 MiB

Description

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

Input

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

Output

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

Sample Input Copy

goaod
a

Sample Output Copy

good

HINT

输入字符串用gets();记得接收回车

Source/Category

admin