Laptop123's blog

By Laptop123, history, 4 years ago, In English

I want to be tester for some contests, how to do that? I mean,usually rounds have lots of testers,how to be one? BTW What do the testers do?

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

»
4 years ago, # |
  Vote: I like it -29 Vote: I do not like it

I would like to point out that it's usually a bad idea to ask to do something before knowing what it actually entails. For all we know to test you have to submit two different AC solutions that both have the same SHA256 sum.

»
4 years ago, # |
  Vote: I like it +13 Vote: I do not like it

I think testers' main job is to write some solutions that should fail and check them to fail. Coming up with some solutions like this isn't always an easy job.

  • »
    »
    4 years ago, # ^ |
      Vote: I like it +9 Vote: I do not like it

    There are probably people who have to do that but the two times I have been a tester my job was just to participate in a "draft" version of the contest and to forward comments to the authors. I imagine most of the testers (if there is a big list) do just that.

»
4 years ago, # |
  Vote: I like it +13 Vote: I do not like it

As a tester its your job to public write its great problems and private explain the problemsetter how to write great problems.

»
4 years ago, # |
  Vote: I like it +131 Vote: I do not like it

How to become a tester?

Be invited by an author or coordinator. It is ultimately their decision, not yours. Many testers have some connection with the author or coordinator, whether it's by being a friend, or an author of a previous contest, etc.

What do testers do?

Get free contribution points.

Testers take the contest virtually before the problems are publicly available, and provide feedback to the round.

What good are testers?

As an author, testers help you make sure:

  • there are no bugs in the preparation of the round (intended solution, validator, checker, interactor, etc.)
  • the problem statements are easy to understand, and translated well
  • the problem difficulties are balanced
  • wrong solutions are likely to fail the samples and pretests
  • the problems are not too boring/standard, appeared before, or should not be used for some other reason
  • the score distribution is reasonable
  • »
    »
    4 years ago, # ^ |
      Vote: I like it +17 Vote: I do not like it

    conclusion: make some friends on codeforces

  • »
    »
    4 years ago, # ^ |
    Rev. 2   Vote: I like it -8 Vote: I do not like it

    If the tester participates virtually in the round, before it is actually made public, does he/she needs to solve the round completely?

    Okay, I got it, it's a vain question. Thanks.

»
4 years ago, # |
  Vote: I like it +41 Vote: I do not like it

BTW, your graph is continuously differentiable XD.