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
6 Respostas
+ 3
Thanks guys i get it now it was memory problem silly me!
+ 2
Oma Falk If I may.
Ankit Tiwari Try inputing all letters of the alphabet once and see what happens.
+ 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
+ 2
Here is the corrected code literally char me[10]
change to [20]
https://code.sololearn.com/cN7IqsIGO3Sq/?ref=app
+ 1
we shall test it?
or do you have any questions?
+ 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.