Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
"DermatoglyphicsmooseisIsogramabamoOse" is the input of several tests together, add a new line after printing the input.
Once again, what does your solution return locally in your IDE for input
"moOse"
?There is no test with input
"DermatoglyphicsmooseisIsogramabamoOse"
. You most probably read (or write) something wrong.in c++. the test is "DermatoglyphicsmooseisIsogramabamoOse" expected false. on the site my code returns true
when on my IDE it gives false.
From description: "Ignore letter case."
Your solution returns incorrect answer for input
"moOse"
. It sohuld returnfalse
, but returnstrue
.It's a bug in your solution, not a kata issue.
In what language?
tried my code on a different IDE, it works fine. But when I attempt here, it gives me a different result even though it's the exact same code and the exact same test.
bruh...