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.
elegant!
This comment is hidden because it contains spoiler information about the solution
elegant code
it will never happen, because the second bigger vector is also of type int
auto just auto chooses the type at compile time
examples
auto num = 2 same as int num = 2
Can u explain how work "auto" in loop?
This comment is hidden because it contains spoiler information about the solution
Does this solution produce side effects?
Thanks! I learned a lot from your code!
This comment is hidden because it contains spoiler information about the solution