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.
Invalid... Wouldn't pass the case [2,4,40]
Ive already forked. Fork is visible for me in 'revisions' tab
When select fork, i have green "approve" button for fork i made myself. And then I press it (and confirm), nothing changes.
Sorry about this kprintf. It looks like someone published their translation of C++ as soon as I rejected yours.
You can't make a C++ translation after someone has already published one. You have to make a fork of an existing published translation.
Meh, I cant create another translation to same language :<
There is just no 'C++' option now.
There is no button on both versions? Then lets try to republish. I copied code.
It is impossible to approve this with the new wording; the system won't let me!
I suggest you copy your translation to a notepad and let me know, then I can reject it. After I reject it, you will be able to paste it back with the correct wording. What do you think?
No problem, don't worry about the description. I have been trying to add your translation, but I cannot find the approve button. Any ideas?
Looks like the only way to edit smth is forking lol.
Description is updated. I was worrying should i insert C++ correct braces in description or not. I have thought it is unnecessary.
Thanks kprintf. Please update the description; I just made some minor changes after getting feedback.
Tested this, looks like it works. Will approve after you update the description.
Lastly, let me know to go about approving this. I can't see an approve button:(
You should do constant folding only (at least for the Haskell version).
I assume what it is caused by passing lists by pointer in python. Test send list to your method and method which supposed to be right. And then right method get list without element you popped. Solution is copying list in context of your method or not removing element. Or placing it back after removing XD
This comment is hidden because it contains spoiler information about the solution