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

Автор Harta, 14 лет назад, По-английски
So the contest and fun are over. I can give some FAQ that I encountered during the contest.
1. To compete in this contest, you need to have flash player.
2. Contestants are assigned to several rooms
3. There are several tasks with different points. The points keep decreasing over time.
4. You can submit many solutions before you lock your code. After you have locked your code, you could not submit anymore, even though you are hacked. If you haven't locked your code, you can still submit although you are hacked.
5. If you have locked your code, you are allowed to hack other's solution in your room.
  • Проголосовать: нравится
  • +19
  • Проголосовать: не нравится

14 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
Why this hacking system is being used for contest??
  • 14 лет назад, # ^ |
      Проголосовать: нравится +6 Проголосовать: не нравится
    Well, I personally like this system. I found it interesting. This is the most interesting and challenging competition that I have ever competed in. You can gain points not only from the problems you solved, but also by  hacking other's code. This can improve not only coding skills but also accuracy. Well, this is my opinion, Mike might have his own opinion :). One suggestion: I think the number of participants(20 coders) in a room is too few. 30 coders might be better.
    • 14 лет назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится
      It's really hard sometimes to watch 29 solutions of some problem. 20 coders per room should be enough.
14 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
When you lock your code, you lock all problems or only one?
  • 14 лет назад, # ^ |
      Проголосовать: нравится +3 Проголосовать: не нравится
    Only one.
    • 14 лет назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится
      Cool =), that makes it even more interesting.
    • 14 лет назад, # ^ |
        Проголосовать: нравится +1 Проголосовать: не нравится
      Also, can you lock a problem without submitting a solution? What about submitting but without getting it accepted?
      • 14 лет назад, # ^ |
          Проголосовать: нравится 0 Проголосовать: не нравится
        >What about submitting but without getting it accepted?
        you will get 0 for that task
        • 14 лет назад, # ^ |
            Проголосовать: нравится 0 Проголосовать: не нравится
          ups..
          >What about submitting but without getting it accepted?
          After final grading: you will get 0
          During the contest: there is pretest for a problem, so your code are tested with some test cases, if you don't get it accepted, you can still submit and get points.
          • 14 лет назад, # ^ |
              Проголосовать: нравится 0 Проголосовать: не нравится
            I know that part, what I want to know if it it's possible to lock a problem without getting it accepted with the pretests.
            • 14 лет назад, # ^ |
                Проголосовать: нравится 0 Проголосовать: не нравится
              I had read the rules thoroughly and to my understanding, you must submit your code and get it accepted in the pretest, then you are given alternative to hack other's code.
      • 14 лет назад, # ^ |
          Проголосовать: нравится 0 Проголосовать: не нравится
        This part is the answer for your question:
        you can translate this part:

        После того как вы сдали задачу (т.е. отослали решение, которое прошло все претесты) в текущем положении участников вам начисляют баллы за эту задачу. Формулы я описал выше. Теперь у вас есть альтернатива — в том случае, если вы уверены в своем решении, то можете заблокировать эту задачу для себя. Если вы заблокировали задачу, то больше не сможете перепослать ее ни при каких обстоятельствах. С другой стороны у вас появляется интересная возможность взлома чужих решений участников из вашей комнаты.

        I used google translate. Hope it works for you too
        • 14 лет назад, # ^ |
            Проголосовать: нравится +3 Проголосовать: не нравится
          That part is quoted from the original rule
          • 14 лет назад, # ^ |
              Проголосовать: нравится 0 Проголосовать: не нравится
            Thanks for the rules, I had fun reading them, specially the "(epic fail)". After reading that, the format looks really interesting. When will be the first public contest with this format?
            • 14 лет назад, # ^ |
                Проголосовать: нравится 0 Проголосовать: не нравится
              I don't know, the next contest with this format has not been scheduled yet.
              Codeforces Alpha Round #20 (Codeforces format) is for public, but limited for first 60 registrants, because it's still new and not rated.
              well, just wait and be prepared :D
      • 14 лет назад, # ^ |
          Проголосовать: нравится +3 Проголосовать: не нравится
        You need to submit the problem, and it needs to pass "pretests"