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.
I'm a novice to the workings of 'auto', so in this case does the compiler deduce the type by using the return type of "length()"?
Not true. If you use
auto
you're just letting the compiler do the type deduction.look out for extra newlines or spaces which are not printed.
State the language you're trying and paste your solution with spoiler tag.