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.
Yes and no. Empty matrix is represented by
[[]]
arrayYes, kata's description is shit, but IMO this is its greatest advantage. In real life you also will have to fuck with shitty documentation and orders ("shitty" is kinda redundant, because it is implied by word "documentation" :P).
I think that this should be indicated in kata describtion. Also, "latin letter" suits here better than "plaintext letter"
I would recommend reading about character encodings
https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-unicode-and-character-sets-no-excuses/
https://utf8everywhere.org
This comment is hidden because it contains spoiler information about the solution
Why did you include
<string>
,<stdio.h>
and<math.h>
?