Given string s, remove from string (inplace) all the "smile" patterns, e.g. ":-)))", ":-((". "Smile" is a string, started with ":-" and finished with arbitrary number of "(" or ")".