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.
Hey, its working fine. I think its good to check syntax + indexes, its not very obvious. I have problem with this for more then hour :D Good luck.
By this misstake i modify for 15 mins working code.
Look simple, i like this one.
This program should work for wrong input so this is reason for my problem. "1 2 3" <= this input should be invalid but the program is correct if return last item of this as reasult.
Hello, try to complete this exercise but i have problem with this test case:
Should parse float numbers
Expected: 3.5d +/- 0.0d
But was: 35.0d
C# language + on visual studio i have good result
Ok. Now i pass the test but again have almost the same problem on submit site:
Should parse float numbers
Expected: 3.5d +/- 0.0d
But was: 1.0d
Its somethink wrong with my code? At visual studio i have correct result.
Well done i solve it. Char convert my number... Thx
C#
This is only one fail, all other test i passed.
Expected: "(7537)(123863)"
But was: "(7537)(58327)"
Anyone have this problem?
Why σ1(6) != σ2(11)
σ1(6) = 1 + 2 + 3 + 6 = 12
σ2(11) = 1 + 11 = 12
Its should work
The random test was misleading for me.