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.
You did not identify what distinguishes between a perfect power and a non-perfect-power. Some examples include 8 (2^3), 125 (5^3), 216 (6^3), which are excluded from consideration based on your solution!
same here, i don't know how to resolve it
The number of lines probably do not effect performance. Please check your algorithm again.
My code is just 1 line long and it still says execution timeout. Can somebody help?
hi guys. You might wanna read a bit of this page ;)
Same things happening for me in Python. Yet on my local terminal its passing the tests in under 500ms?
This comment is hidden because it contains spoiler information about the solution