Back to General discussions forum
When submitting my answer for problem ID119 named Brain Fibo I get the following results:
Your answer is Wrong Expected answer was: Error: Data pointer is decremented below zero with "<" operation
Your answer was: 10 17 27 44 71 115 186
Your input data: 7 3 7
Is there something I'm not understanding right?
Tried several times more and still not working.
I submitted my solution several times and encountered no problems. All I can suggest you now is double-check your code. Also you can put comments into code to make debugging easier. Latin letters and spaces are ignored by interpreter, but do not use commas and periods in comments.
I created a new code, submitted it and it worked! Thanks