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.
closing as there's completions in C++
Ive just completed the task in C++ and nothing seems broken at least to me.
Either I'm experiencing an incredible brain failure or merely trying to access a member of the input array causes a SIGSEGV signal.
I'm guessing that's what RafaARV means.
EDIT: Even stranger, at() seems to work just fine, i.e.:
EDIT 2: Just realised the first test is an empty vector, hence arr[0] freaking out. doh.
Fully agree.
I have done some annoying trial and error to find the correct rules.
This should be explained in detail in the description, otherwise it is impossible
to solve the Kata with the first try.
There should further be a comment that strings between angle brackets <...> are not shown
on stdout/stderr (with C++). That also bothered me at the beginning for some time.
What is broken exactly? can you post the errors and mark as spoiler so people can help?
There are 30+ successful submissions in C++