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.
And I thought mine was clever, this one is the best easily.
You guys should stop making me feel useless
ugly though!
A good way to make C++ programmers feel at home.
The #include at the top is a nice touch :)
This is one of the wisest bypasses I've seen.
Great props to you.
Is there anyone checking consistency for difficulty rankings?
As far as I can tell, the two katas are identical, yet this one
is 6kyu and the other is 4kyu.
Also, both katas have Python and Javascript versions.
This occured to me too with the value 170315.
issue:
There is some internal array named "times" which is initialized between the preset tests and the randomized tests. It was conflicting with my own list named 'times', causing my code to appear to magically stop working partway through testing. It would be nice if there was a warning or something not to use that name, as this issue caused me to waste plenty of my time with pointless debugging.
I'm trying to set up my own C/C++ kumite but I get "Submission timed out" 70% of the time and "Test didn't pass: unknown error" the other 30%. I thought I just made some dumb syntax error but I've tried forking this simple program and even it won't run. Can anyone help me? Is something wrong with the system today or am I making some stupid mistake?
Edit: "Hello, C!" doesn't get printed before the error report; it's not printed at all, so it's not failing for lack of test cases. (Codewars doesn't support C test cases anyway.)
I love this!