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.
;)
that's a result of the fact that the kata function name
remove
is also function in thestdio
module, so there's a conflict when trying to include itBoth cases are correct.
Looks like your solution is the fastest of them all. I will use your solution as the reference solution now. It won't happen again.
Random tests should be as stable as possible. So perhaps the author should deal with this.
thanks
same as this C
return base % factor == 0;
with idiv the remainder is put into edx