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.
Your solution has floating point errors.
You are probably printing debug information. After 1.5 MB of that, the runner cuts you off. Don't print debug information.
This is very probably not a kata issue, and should have been labeled
Question
.Issue
is for when you're really quite sure the kata has a problem, and not your code.Also, tell us which language you're having this problem with, and post your code ( properly marked up and spoilered ). Help us help you!
Closing.
This comment is hidden because it contains spoiler information about the solution
When you write code for a kata, you have EMACS and VIM switches at top right corner, which enable some "editor modes". You can switch between them, or turn them both off to get "normal" behavior.
It sohuld not happen in comments tho, only in code editor. If you have it happening in comments, I think you sohuld raise an issue on github.
Maybe you have Vim/Emacs turned on in the editor?
MAybe you got hit by this issue? https://github.com/codewars/codewars.com/issues/1814
Is your email account confirmed? Maybe you could try and reconfirm it?
Please read this artice. Then go through the list of beta kata and read comments about most common mistakes.