2392 - 【入门】删除指定字符
Time Limit : 1 秒
Memory Limit : 128 MB
从键盘输入一个字符串str和一个字符c,删除str中的所有字符c并输出删除后的字符串str。
Input
第一行是一个字符串,字符串不含空格,长度≤100;
第二行是一个字符。
Output
删除指定字符后的字符串。
Examples
Input
sdf$$$sdf$$ $
Output
sdfsdf
Hint
字符串