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