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.
Not a kata issue. This should have been a
Question
. Closing.I could tell you where the error is, but I won't. Your program incorrectly implements the spec.
That's not php, I mean Spiro's code.
My bad
This comment is hidden because it contains spoiler information about the solution
Please don't create an issue when your code fails, read this: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution
Your code is wrong, read the instructions again (hint: check the sample tests one by one).
This comment is hidden because it contains spoiler information about the solution
Thanks haha, didn't know this, but sill devinitively use it next time !
No problem, read this: https://github.com/codewars/codewars.com/wiki/Markdown-Formatting#block-code-formatting to post your code the right way next time.
The problem wasn't that ...
It's that I had written
int arrsize = sizeof(numbers)/sizeof(int);
Instead of
int arrsize = numbers.size();
But thanks anyways for the help !
Maybe that part was right, but was lost because Spiron didn't use markdown formatting properly.
Your code is wrong:
Template arguments are not given i.e. vector of what?
This comment is hidden because it contains spoiler information about the solution
Yep, it works now, thanks !
Should be fixed. If not working, copy your solution and hit 'reset'.
This comment is hidden because it contains spoiler information about the solution
Loading more items...