Heartbroken.'s blog

By Heartbroken., history, 8 years ago, In English

Hello, is there any way i can get test case 10 for task 629C?

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

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

no, you can't, i get WA on test case 10 too. I found bug in my code with for loop, but i can't understand the bug. 16249539

»
8 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

Some of the output you are generating contains a negative prefix. This test case has something to with counting answers where a prefix with more closing than opening brackets exist.

I commented the part that handles this in my code and it wrongs on test 10, maybe a coincidence?

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

    my error was that sometimes i could get out of memoization array. i should write dp next time.