Hello There
I've been trying to solve this problem for a couple of days now and have no idea why it keeps getting WA
Here is my code
What I'm doing is compressing coordinated and using segment tree to see for each poster if the range has any visible area, this works because I'm going from last to first poster
Here's to hoping someone finds where I'm wrong :)