using C=System.Console;class M{static void Main(){C.Write("Yeah we"+C.ReadLine().Substring(6).Trim('?').Replace("st","st!\nDo do do do, can't wait to get a mouthful")+"!");}}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).