程序设计能力实训

1129. Welcome to 2009 ACM selective trial

单点时限: 2.0 sec

内存限制: 256 MB

Welcome to 2009 ACM selective trial. ACM is a long way to go, and it’s not just a match. So what you need to do for now is do your best! And as members of ACM lab, we are going to teach you something important. Firstly you should be proud that you are a member of ECNU, because 'E' represents "Excellent", 'C' represents "Cheer", 'N' represents "Nice", 'U' represents "Ultimate". Second you should remember Impossible is nothing, because "Impossible" represents "I'm possible". Third for today you should keep ACM, because for you ACM represents "Accept More".

Do you remember them clearly?

Now we will give you a string either ‘E’, ‘C’, ‘N’, ‘U’, “Impossible” or “ACM”, you need to tell me what does it means?

输入格式

The first line of input gives the number of cases, $N(1 ≤ N ≤ 10)$. $N$ test cases follow.

Each test consists of a string which will be one of ‘E’, ‘C’, ‘N’, ‘U’, “Impossible” or “ACM”.

输出格式

Tell me what does it means.

样例

Input
3
E
Impossible
ACM
Output
Excellent
I'm possible
Accept More
不限期开放

题目列表