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.
Memoization / look-up approach is required. The expected time complexity is O(1).
How is this 5 kyu tho? Maybe lower it down to 6? because it's basically just string formatting and conditional statements
OP solved it, closing
This comment is hidden because it contains spoiler information about the solution
Your code returns 4000 for that input. Not a kata issue. The error message could be clearer, tho. I've changed the sample tests so you can see what your function returned. Backup your code, click Reset to update the tests, paste your code and try again.
Doesnt work for C lmao the Multiplication is always wrong for really large number eventhough its just *6.75 XD
The expression (pillars(2, 20, 25)) == (2000) is false.
Like wtf (Im writing in C btw)
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
Nope
The reference is the same even if you use a new variable.
This comment is hidden because it contains spoiler information about the solution
A "#" means that u have to delete(or backspace) the letter before it. Example : a#b = b since ur deleting "a"
Loading more items...