4 kyu

[BF] Character Counts

Description
Loading description...
Fundamentals
Algorithms
Strings
  • Please sign in or sign up to leave a comment.
  • Blind4Basics Avatar

    Hi,

    I have a really weird behavior, here. I made a BF vizualiser/interpreter on my IDE and I can make it work, outputing the expected results on it, but when trying here, I get an error with the pointer going out of the tape. Is there any limitation on the size of the tape? (mine goes up to 390 cells) Until now I never had this type of "incompatibility"... :o

    Note : I'm sure that the pointer doesn't go out of the tape on my ide since it would raise an error if it was.