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.
This task proves yet again, that every pyramid always has some formula, no matter the length of each row, just gotta manually find the results and then the connections between them. Like with the example pyramid, I just added the numbers and got 1, 8, 27, 64, so it just clicked for me.
Ok i Fixed my problem, It's because I used modulo and it's working diffrent for negative numbers
Which language, what's your code? Read this: https://docs.codewars.com/training/troubleshooting
Hi, I passed the test but when I try attempt it shows "No value present", someone know what that's mean?
Because arrays have lenght of at least 3.
This is not the proper way to raise an issue. And just believing your code works fine in your IDE is NEVER a point to raise an issue.
Please provide clear elements to prove the supposed issue: input, output, logs, code, etc.
Read carefully this documentation and don't raise issues so lightly in the future: https://docs.codewars.com/training/troubleshooting/
This comment is hidden because it contains spoiler information about the solution
LOL, and I wrote 15 lines of code for that, the solution is so easy
Nice and simple
Nice task to start with :)