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.
try breaking your loop
solved
it turned out i needed 'Using'... kingda imports
Not an issue. Your code is the cause of the error.
stupid challenge couldn't do rounding to finish. used different methods and discovered :>>
src/Solution.cs(12,20): error CS0103: The name 'Double' does not exist in the current context
something like this. tryed different methods that also don't work.
if it is not bugged and challenge it is real then it could be written in description.
Modification done though it was not worth it:-)
How?
The issue below is still present.
Then fix it without invalidating the solutions?
I don't want to invalidate all passed solutions: "mixedCase is allowed to retain backwards compatibility".
That's your problem.
The function name should be in snake_case in Python.
py, timeout eror, I think it's serverse's problem because I can't think of a way to optimize my code.