Bug in Triangulation test case

When running Triangulation Test #7 this evening, I get this:

https://www.codingame.com/replay/solo/89362240

Notice that the bomb location is (217, 1000). This is impossible since the height of the building is 1000, so max Y is 999. My program correctly deduces (217,999) as the most likely bomb location. If you turn on “Adaptive” in the playback, you can see that the bomb is “hanging” off the bottom of the building.

???

  • danBhentschel

Fixed, i think! can you try again please? :slightly_smiling:

It works for me now, though I’m not sure that’s a deterministic result. Doesn’t this puzzle generate random test cases? Regardless, thank you for your quick response.

  • danBhentschel

Not random, but depends on your actions :wink: