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.
nevermind i figured it out.Thanks anyway
nevermind i figured it out and solved it ...Thanks anyway
C# here what is the suggested output type?
I tried ulong but this strange error occurs:
✘ Expected: 80
But was: 80
and of course i have overflow on the ultra-big numbers
Solving in C#:
It passes all the kata/random tests and fails at the simple test. The code I wrote at VS13 works perfecty with the A-B-C input that Simple test also uses...I cant find the error...
hey sorry, i forgot to mention that the solution is in C#
I copy and paste ONLY the content of my class that i created on VS13 that works perfectly, and solves this challenge. But when i execute it on the browser, it dosent work at all