Блог пользователя dush1729

Автор dush1729, история, 7 лет назад, По-английски

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.

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
7 лет назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

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

  • »
    »
    7 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

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