;)
that's a result of the fact that the kata function name remove is also function in the stdio module, so there's a conflict when trying to include it
remove
stdio
Both 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
Loading collection data...
;)
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