游客 Signup | Login
中文 | En

1531 - 字符串去特定字符

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 32 MB

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

Input

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

Output

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

Examples

Input Format

goaod
a

Output Format

good