tourist1331's blog

By tourist1331, history, 19 hours ago, In English

I’m not looking for "use fastio" or "use long long" advice—everyone knows that. I want the real magic.

I mean do you have tips like "in those type of problems you should think that" .

  • Vote: I like it
  • +3
  • Vote: I do not like it

»
18 hours ago, hide # |
 
Vote: I like it +6 Vote: I do not like it

remove 1331 from your handle.

  • »
    »
    18 hours ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    no

»
18 hours ago, hide # |
Rev. 2  
Vote: I like it -7 Vote: I do not like it

interactive problem = binary search

Geometry = skip

  • »
    »
    16 hours ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    i almost got on the ioi team because of a geometry problem (where the only geometry was "reflect a point across a line") so if the geometry is simple it's actually a pretty good way to get a lot of points that most people will skip

    • »
      »
      »
      12 hours ago, hide # ^ |
       
      Vote: I like it 0 Vote: I do not like it

      Correct me if i´m wrong (I am not very good at this codeforces thing) but wouldn´t you just multiply the given point (X and Y) by -1 to get the inversed point across the line y=x? I´m unsure on given constraints and input formats but it seems rather simple for a question that could qualify IOI teams.