DUCKS - Here be ducks
Ducky the Duck was walking by and he had a little idea, he wanted to see if making a line of dots with his pencil and throwing the letters of his name randomly at it he would be able to pick up the letters again and write his name perfectly, but some times when he throws them they fall out of the path. Ducky also throwed random characters to replace some of the dots, when he reaches a random character before he find his name he gets mad and scream NO DUCKY!, task is simple, just find Ducky´s name on the path he made.
Clarifications:
- Ducky starts looking for his name from the beginning of the string.
- Ducky want to find the letters of his name that means 'D' 'u' 'c' 'k' 'y' another letter even the letter 'd' is considered a random character.
- When he steps a dot he will keep searching for the name, if he steps a letter of his name and hasn´t found them all he will keep searching, when he finds a random character he will stop.
Input
T = Number of test cases, which are less than 20.
Then T lines will follow, each of them having a string representing the Ducky´s path.
Output
Output NO DUCKY! If you cannot find his name, otherwise print DUCKY IS HERE!
Example
Input: 5 Ducky... .D...ucky ...Duck... ..D...uck!y ..u.c..ky.D Output: DUCKY IS HERE! DUCKY IS HERE! NO DUCKY! NO DUCKY! DUCKY IS HERE!
Extra: time limit reduced because there are fewer than 20 test cases and there is people getting 0.45 seconds on their answer, which for Ducky is unacceptable.
hide comments
Rocker3011:
2012-04-12 00:58:59
never thought my problem was going to have so many comments and submissions... i really thinked it was a very easy problem :D |
|
Rajkiran Rajkumar:
2012-04-12 00:58:59
Its working fine for the many test cases that I tried. But why WA? :( |
|
nishaanth:
2012-04-12 00:58:59
hey i am getting WA again and again..can u check this submission and throw some light id = 6814689 |
|
Nnavneetsinha:
2012-04-12 00:58:59
got acc. very nice problem. Last edit: 2012-04-09 13:55:49 |
|
~:
2012-04-12 00:58:59
funny question nothing to tense...:D |
|
Nnavneetsinha:
2012-04-12 00:58:59
please check the id 6812204.what is wrong with it. please tell me is there any specific/corner test case left.
|
|
(^_^):
2012-04-12 00:58:59
heyii I am getting wrong answer again and again for this problem.
|
|
sikandar:
2012-04-12 00:58:59
output for ..D...uck!y. please Last edit: 2012-04-08 22:17:42 |
Added by: | Rocker3011 |
Date: | 2012-04-07 |
Time limit: | 1s |
Source limit: | 5000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: ASM64 |
Resource: | Own problem |