dush1729's blog

By dush1729, history, 7 years ago, In English

I am trying to solve Spy Syndrome 2 for a long long time. This is my submission. I am unable to figure out why my code prints weird characters.

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
7 years ago, # |
  Vote: I like it +5 Vote: I do not like it

Most likely uninitialized memory, arrays too small or incorrect pointers.

  • »
    »
    7 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I have used assert to confirm that. It still doesn't work after checking whether the output is made up of only alphabets. Code