Given a string S and a list of characters C, print string S after removing all of the characters given in list C.
The first line is the string S to be modified. The second line contains integer N, which is the number of different characters to be deleted. The following N lines contain the characters to be deleted.
A single string S after deleting all of the characters that are given to be deleted.
howdy 2 w y
hod