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