Can tell me in which test case it will not work | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can tell me in which test case it will not work

Output Format: A string that says 'Deja Vu' if any letter is repeated in the input string, or a string that says 'Unique' if there are no repeats. https://code.sololearn.com/c58a0yWgwRbY/?ref=app

25th Feb 2020, 5:52 AM
Ankit Tiwari
Ankit Tiwari - avatar
6 Answers
+ 3
Thanks guys i get it now it was memory problem silly me!
25th Feb 2020, 6:25 AM
Ankit Tiwari
Ankit Tiwari - avatar
+ 2
Oma Falk If I may. Ankit Tiwari Try inputing all letters of the alphabet once and see what happens.
25th Feb 2020, 6:11 AM
Mihai Apostol
Mihai Apostol - avatar
+ 2
Oma Falk Mihai Apostol It was a question from sololearn playground were they test 5 test case on ur code It is doing fine on 4test case but on 5 it showing error and since sololearn doesn't show what is the input value of 5test case. I'm asking you guyz
25th Feb 2020, 6:15 AM
Ankit Tiwari
Ankit Tiwari - avatar
+ 2
Here is the corrected code literally char me[10] change to [20] https://code.sololearn.com/cN7IqsIGO3Sq/?ref=app
25th Feb 2020, 6:18 AM
BroFar
BroFar - avatar
+ 1
we shall test it? or do you have any questions?
25th Feb 2020, 5:59 AM
Oma Falk
Oma Falk - avatar
+ 1
Ankit Tiwari Try input: abcdefghijklmnopqrstuvwxyz Edit: I see you already got a fixed solution without explainations. Edit2: I see now you got also the explainations.
25th Feb 2020, 6:21 AM
Mihai Apostol
Mihai Apostol - avatar