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.
gorgeous!!!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
(int)
was added to castvector.size()
to typeint
fromunsigned long
orstd::size_t
. If you don't add it, there will be compile time warning.std::pow
is the standard C++ function.pow
was derived from C stdlib.Can someone please explain the syntax for me? I can't search about it (I don't know the exact keyword to search).
Pretty dumb implementation. I didn't think about using number as a stack as the clever answer does lol. But yeah it works :p.