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.
45762893920
is bigger than Integer.MAX_VALUE and java can't use it as an int. You have to tell java to treat it as a long by adding anL
45762893920L
will work.In the first comment there is a hidden Right-To-Left override character. So all following text will be interpreted as right to left. Try to select the text in the solution and you will see how selection behaves differently from normal. So for the computer it looks like this:
Why then the compiler does not complain? Because it is in the comment section.
Issue with your code, that's the desired output