Vespasian_1's blog

By Vespasian_1, history, 2 months ago, In English

How To debug This?

My Code has a wrong answer in Test case 7. I have tried to reproduce the wrong Output. But Never Managed to do it. So i tried to get the Data my Algorithm was Working with. In other Blogs I have read, that i should Check for some key differences in the Test case and Then output the data i Need. Even that didn‘t work. Example How can i be shure that isn‘t a bug?. Would be happy if you‘d help me.

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

It was because i used Long and not Long long. Weird that it worked for only parts of the input.