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.
Also, no, those 2 tests are intended. We were talking about something among
m, n <= 10^5
in the previous Java version:Besides, random tests will test numbers in the full input range stated in the descriptions.
Different languages have different language features.
Also, this is not a suggestion ;-)
Not an issue. It's a question ;-)
Hello!
I have written two solution which make with DP and combinations in javascript, but it can't pass the serious test: '4477,10000', '9477,10000'.
And I found that the serious case is removed in Java.
Would you like to help me?