2360's blog

By 2360, history, 9 years ago, In English

I'm getting wrong answer on test 34. Spent much time on it. Can't find the bug :( Can anyone tell me what i'm doing wrong?

490C: Hacking cypher

my submission

  • Vote: I like it
  • +5
  • Vote: I do not like it

»
9 years ago, # |
  Vote: I like it +1 Vote: I do not like it

Variable len of type char can't fit values about 10^6. Change it to int and you will get OK.

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

    such a silly mistake -_- tnx a lot btw :)

»
9 years ago, # |
  Vote: I like it 0 Vote: I do not like it

because code is wrong