Ad
  • Default User Avatar

    In description it is told that repeated "." and "," commands must act like repeated commands

    1. . command must be replaced by putchar(*p);\n.
      Example:
      ".." -> "putchar(*p);\nputchar(*p);\n"

    However to pass random tests i had to combine them to one.
    "...." -> "putchar(*p);\n"
    So there is either missleading description or tests.