Canadians, eh?

아직 제출이 없습니다시간 제한1초메모리 제한1024 MB

문제

You have received a warning that foreign spies may have infiltrated the great country of Canada. Fortunately, you have developed a foolproof method to determine which potential suspects are truly Canadian: A person is a true Canadian if and only if they end every sentence exactly with eh? .

Given the transcript of a sentence spoken by a suspected spy, write a program to determine if the suspect is truly Canadian…or merely an imposter in disguise!

입력

The input consists of a single line, which is the sentence spoken by the suspect. The line will contain between 33 and 100100 characters (inclusively). It will also only contain English letters, digits, spaces, and punctuation symbols.

출력

Display Canadian! if the speaker is a true Canadian following the above criteria, otherwise display Imposter! .