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.
kata hint != kata suggestion
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Omg i feel so stupid :D sorry
No, it's next bigger, not biggest. Please read the description carefully.
Not a kata issue.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Fixed. Thanks for bringing this to my attention.
Your solution has a bug, it reads a vector out of its bounds. Replace all calls to
vec[i]
withvec.at(i)
and you will see how it crashes.Your solution has a bug, it's not a kata issue.
Separately simple tests pass completely, but if you try to pass full tests, they fall with the wrong answer.
If you run the program via clang++ on my computer, then the same tests pass and output what they ask for.
wtf with tests on c++