2360's blog

By 2360, history, 11 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

»
11 years ago, hide # |
 
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.

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

because code is wrong