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.
Failed to parse solution for "do not use implemented Prelude" test, got messsage:
But I really cannot findout which function in my code is the 'implemented Prelude', can we provide more specific limits?
besides, here is the Prelude functions I used:
The tests should limit the imports from the solution to only those being tested, as any defined helpers may clash with names in the tests.
Kotlin translation waiting for approval
I'm (still) experiencing floating point errors.
Edit: I "solved" the problem by explicitly defining division
(/)
instead of only definingrecip
. Now my solution passes all example test cases. However when I submit it, it still gives an error every time.If you structure
main
asyou don't increase the test indent continuously.
Quite unessential, but I think it looks better.