Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

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

Автор phantom11, 13 лет назад, По-английски
Hello everyone..I have to conduct a programming contest in my school and I want to make it as good as possible.So I am thinking of organizing it like Codeforces does.But I dont know how does a system work when it is given a solution.i.e. how are test cases checked by the main computer and how does it update scores instantly and also gives the participant the verdict instantly
So I need some help on this..Any help would be appreciated.Thanks in advance.
Note:Its a JAVA programming contest.
  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

13 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
What about using site's with online judges with acm-server? Or you have your own problem set, created by yourself ?
  • 13 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится
    No ,I have my own set of problems and their test cases.
    • 13 лет назад, # ^ |
      Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

      So you need full judge system like ejudge,dudge, contester .

      Contest's conducting is very hard work. Try to look at existed judge systems. Some of them are very complex for configuration. Try to install some of them and understand they behavior. May be after that you will refuse from your intention or may be design your own judge system ;-)

      Good luck!

13 лет назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

There are ready systems for preparing and conducting of contests - for example, http://www.contester.ru/ (I don't know if this system has English interface, but you can find something like).
13 лет назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится