The first line contains a string, indicates the name of the protagonist. Note that all characters in this line are uppercase.
The second line contains a single integer, indicates the number of sentences to be replaced.
Thenlines follow, each line contains a string
without spaces, indicates the sentences to be replaced. All characters except the protagonist's name are lowercase.
Outputlines, each line contains a string represents the sentence after replacing the name of the protagonist with "Bruce12138" (without quotes).