Блог пользователя emo

Автор emo, 15 лет назад, По-английски
In the context of programming contest -

Problem setter has to think - is there any solution?
Problem solver only thinks - it must has a solution, let's try.

So, I think the latter is the easier most of the time.
  • Проголосовать: нравится
  • +4
  • Проголосовать: не нравится

15 лет назад, # |
  Проголосовать: нравится +2 Проголосовать: не нравится
It's not enough for problem setter to find any solution... Ideally he should find all solutions and tweak the constraints in order to not let any of the easier than desired solutions pass. He should also think about possible heuristics and try to break them all.

So, solving a problem is often the easiest part :)