The Universal Oracle

No attempts yetTime limit1sMemory limit128 MB

Problem

In computer science, an oracle is a marvelous thing that can answer any question. In this problem you must write a program that acts as an oracle and answers everything. This is very easy once you know that the answer to life, the universe, and everything is 42.

Input

The input is a single paragraph of at most 1000 characters on one line. The only characters that appear are upper- and lower-case letters, spaces, hyphens (-), apostrophes ('), commas (,), semicolons (;), periods (.), and question marks (?). Each sentence begins with a capital letter, and no capital letter appears anywhere else. Each sentence ends with a period (.) or a question mark (?). Every question begins with "What is" and ends with a question mark.

Output

For each question, print one line in which the leading "What" is replaced by "Forty-two" and the final question mark (?) is replaced by a period (.). Sentences that are not questions produce no output.