Please read the new rule regarding the restriction on the use of AI tools. ×

svg_af's blog

By svg_af, history, 9 years ago, In English

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 non covered area, this works because I'm going from last to first poster

Here's to hoping someone finds where I'm wrong :)

  • Vote: I like it
  • -2
  • Vote: I do not like it

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

That's the same idea I used !!!