Problem2150--Delete special character

2150: Delete special character

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 175  Solved: 35
[Submit] [Status] [Web Board] [Creator:]

Description

Input a string s and character c, delete all characters c in s and output the deleted string s

Input

Given string s and character c

Output

Output deleted string

Sample Input Copy

bscaiugsuy  s

Sample Output Copy

bcaiuguy

Source/Category

196