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 thought BigInteger was disabled for this one
ok....
This kata shouldn't be 5kyu for c#, but we can't blame you for using the tools of c# if they're not forbidden. I rate this solution as best practice, but not clever.
Omg RLY?
I think its not what about kata was..........................
lol! I use bool declaration in this solution. After I see your solution, I realized my bool isn't needed. and when I use bool, mean I put conditions (true A and true B). When that condition meet, I still got error at test6 because test6 has trick by putting a or b as null. Then I add 2 more conditions. Now I feel pissed when I know this solution doesn't need condition lmao!