KiAsaGibona's blog

By KiAsaGibona, 10 years ago, In English

Please Ignore This Post , I have an wrong approach And My Code Misses many cases .

But thank you for visiting my blog

Hello , I am getting Run Time Error in a Nice Dynamic Programming Problem Tile(3) from LightOj.

If you do not have a account in LightOj here is an alternate link.

It will be a great hand if someone help me finding my bug. My code is here

Have a nice day .. Thank You, :)

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

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

I don't know why you get RE, but I think your code gives wrong answer on this:

1
8 5
.#..#
.....
.....
#.#.#
.....
.....
....#
#.#..

Your Output: 4 (How?)

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

    Yeah bro. Thanks for your reply. I found some cases that my code doesn't handle. Now I am Working on it..