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.
Me too. Was a good Kata over all and i had a lot of fun.
Thank you very much @FireFly2002 and @GavDawg!
I also saw it after you mentioned the tuple - I was simply to hasty and overlooked it in the description. Sorry for that!
Hi, i wonder if you can say what an input dictonary is ? Is something like struct Monster{string strName; int hitpoints; int Number; int Damge } or a map<string, string >{...}. Hope the question is not to stupid =) Because right now I'm not sure how top get the Information. Just like name=mon1.type or name = mon1[0].
Thank you very much in advance !
Arrays can have an offset.
Thx.
I checked both. Is the arrayOfArrays.empty() and also are the stored array empty -> if so i return 0.
Thats why I`m also a bit confused.
C++;
May I made a mistake, but why only the random test can catch them. I also thought about an abs(), but from my point of view the number should never be smaller than zero if i compare the max possible size with the actual size of all arrays.
This comment is hidden because it contains spoiler information about the solution