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.
Expected: [135, 101, 128], instead got: [135, 102, 128]
Expected: [132, 86, 174], instead got: [132, 87, 174]
2 errors, but i calculated on the calculator and displayed my values
Try to run following test case and see if it works:
Test.assert_equals(zeros(1000000000), 249999998, "Testing with n = 1000000000")
This comment is hidden because it contains spoiler information about the solution