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

Автор laziestcoder, история, 8 лет назад, По-английски

How can I find out whether the problem is a Special Judge Problem or NOT ? Do there are any common condition or specification for identifying this type of problem ? Thanks in advance.

  • Проголосовать: нравится
  • +1
  • Проголосовать: не нравится

»
8 лет назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

What does special judge problem mean?

  • »
    »
    8 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    I think he means Interactive Problems. Although I could be wrong.

  • »
    »
    8 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    A problem with many different possible solutions . ( May Be)

    • »
      »
      »
      8 лет назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится

      Oh. There's no specification for that. Those problems can be found readily on CodeForces only. Just go to a2oj.com, start doing any A/B/C ladder, and you'll find a heck lot of problems having many possible solutions, and we got to print any one of them.

»
8 лет назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

It's usually written in the statement.