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.
I think that your understanding of "decimal numbers" and "32-bit numbers" is not exactly right. Test cases do not require you to require "a decimal number", but just a number. Representation, decimal or any other, is irrelevant here. And
2149583361
can be described as "32-bit number" if it can be stored with 32 bits of information (which it can).