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.
Again, no. The tests are ok. It is testing what the description says.
Test.assertEquals(solve(1000013,7187761),true);
a
is 1000013 andb
is 7187761 there, why are you flipping them around?prime factors of
b
: 7 and 383 anda
is divisible by both of them, sotrue
is the right expected result.The control function expects true for that input, are you sure you're reading the logs ok? They appear above the test result.
Check your code please. Don't raise issues when what you really need to do is ask a question. 112 users passed all tests.
No they're not.
Which language?
In which language?
112 tests passed. Your code is wrong!!
112 tests passed. Your code is wrong.