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.
how could that be even possible
if l=2 and w=2 it would output 8 which is not right
bad test examples for squares. works only for a square of 2 units, where area and perimeter equal 4. You just ignore units and units^2.
oh ok i'm kinda new here thanks (:
It takes an advantage of poorly written tests
how does that even work
Kata issues are for pointing out problems with the Kata itself - problems with your own solution should be labelled "Question" instead. As I have been able to solve the Kata without any issues, chances are that the problem is with your own solution and not the Kata itself.
Arguably optimized for efficiency.
I did all tests right,but exit code 132? What can i do to fix this?
Time: 1596ms Passed: 2 Failed: 0 Exit Code: 132
srly man?
This is not entirely correct. What will you do if the bodySize is 7? Will you write more lines of code? Common solving is needed.