F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

HS BDC

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 1589    Accepted Submission(s): 696


Problem Description
IELTS is around the corner! love8909 has registered for the exam, but he still hasn¡¯t got prepared. Now he decides to take actions. But when he takes out the New Oriental IELTS Vocabulary, he finds there are so many words. But love8909 doesn¡¯t get scared, because he has got a special skill. If he can make a list with some meaningful words, he will quickly remember these words and will not forget them. If the last letter of some word Wa is the same as the first letter of some word Wb, then you can connect these two words and make a list of two words. If you can connect a word to a list, you will make a longer list.

While love8909 is making the list, he finds that some words are still meaningful words if you reverse them. For example, if you reverse the word ¡°pat¡±, you will get another meaningful word ¡°tap¡±.

After scanning the vocabulary, love8909 has found there are N words, some of them are meaningful if reversed, while others are not. Now he wonders whether he can remember all these words using his special skill.

The N-word list must contain every word once and only once.
 

Input
An integer T (T <= 50) comes on the first line, indicating the number of test cases.

On the first line of each test cases is an integer N (N <= 1000), telling you that there are N words that love8909 wants to remember. Then comes N lines. Each of the following N lines has this format: word type. Word will be a string with only ¡®a¡¯~¡¯z¡¯, and type will be 0(not meaningful when reversed) or 1(meaningful when reversed). The length of each word is guaranteed to be less than 20.

 

Output
The format of the output is like ¡°Case t: s¡±, t is the number of the test cases, starting from 1, and s is a string.
For each test case, if love8909 can remember all the words, s will be ¡°Well done!¡±, otherwise it¡¯s ¡°Poor boy!¡±

 

Sample Input
3 6 aloha 0 arachnid 0 dog 0 gopher 0 tar 1 tiger 0 3 thee 1 earn 0 nothing 0 2 pat 1 acm 0
 

Sample Output
Case 1: Well done! Case 2: Well done! Case 3: Poor boy!
 

Hint
In the first case, the word ¡°tar¡± is still meaningful when reversed, and love8909 can make a list as ¡°aloha-arachnid-dog-gopher-rat-tiger¡±.
In the second case, the word ¡°thee¡± is still meaningful when reversed, and love8909 can make a list as ¡°thee-earn-nothing¡±. In the third case,
no lists can be created.
 

Author
allenlowesy
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-04-20 21:11:53, Gzip enabled