Start: May, 13, 2015 13:00:00
周赛Round#1 综合场
End: May, 13, 2015 17:00:00
Time elapsed:
Time remaining:

删字符 1586

Time Limit:  1 s      Memory Limit:   32 MB
Submission:39     AC:21     Score:1

Description

给出字符和字符串,从字符串中删除指定字符并输出。例如从字符串"AscADef"中删除'A'后,字符串为"scDef"。

Input

需要删除的字符ch。

需要处理的字符串(长度不超过1000)。

Output

处理后的字符串。

Samples

input
A AscADef
output
scDef

Hint

博客题解:https://blog.csdn.net/qq_40924271/article/details/107069512