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

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

A reminder that online qualification for 0x10 Challenge 24 is approaching. So far only 10 teams are Ready for EC.

Registration Deadline: April 29th, 2016, Friday CEST 20:00

Electronic Contest: April 30th, 2016, Saturday CEST 10:00-14:00

Registration link — http://ch24.org/team/register.html

Qualification Standings — http://ch24.org/team/list.html

Country representation in TOP 30:

27  15  8  7  6  3

P.S. If you are considering to downvote — I have nothing to do with the problems!!

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

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

While registration ends in about 3 hours, I'm looking for a violet+ team.

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

GUYS YOU ARE THE WORST CONTEST AUTHORS EVER THANKS

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

    +100500

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

    Unfortunately, they won't understand this sentence.

    Try rearranging words randomly, removing some of them and adding completely unrelated ones.

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

What's wrong with B (-1 gets 100 on all tests) testing and all these silent rejudges?

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

Challenge 24! The contest where authors have to write problem statements in 24 seconds!

»
8 лет назад, # |
Rev. 2   Проголосовать: нравится +64 Проголосовать: не нравится
»
8 лет назад, # |
  Проголосовать: нравится +28 Проголосовать: не нравится

It was as bad as one year ago. I'm not able to imagine how you could think those problems are ok. Has anybody read the statements after someone has created them?

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

    I don't agree that it was as bad as one year ago. Actually it was even worse :)

    Here is a story which describes this contest perfectly: we submitted an answer to a test for D, we got WA, we submitted new answer, it gets AC, then they change tests, now our AC answer is WA (and we lost points for it) and our old WA answer is marked as correct in list of obsolete submissions. Now if we are trying to submit it again in order to get points for that test (and to make it marked green in submission matrix), we are only receiving notification that we already solved this test so we can't submit it again :)

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

      We had the same problem. Jury answered us that they would reevaluate after the contest all D submissions.

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

Have they updated real scores for A, C, D?

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

This is very interesting contest, but I don't think this is programming. Pictures tasks are something like count by hand :)

Also, If someone can explane me text of B task, It would be really great :)

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

Summary of the contest:

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

Am I the only one who liked the image problems? We solved 19/20 tests in C + D by eyes =) (If tests were not wrong, we would have enough time to solve all)

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

    B+C? Do you maybe mean C+D? Fine puzzles but why would they give them in a programming competition?

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

    While we actually coded a solution to a problem about underground (after spending a lot of time on getting proper interpretation of task itself :) ), problem about coins looks weird.

    I don't think a lot of teams did some coding in order to solve this problem, and it doesn't sound like a programming contest then. I enjoyed the trick with coins being mirrored etc., but generally it looked like "n coins gives wrong answer, maybe one of them is somehow bad, let's submit n-1", and this story describes a situation well :)

    To me it makes more sense to give such task with much higher constraints and approximate solution required) So either you have hard time counting all these coins by hand — a hundreds of them, not just a dozen, or you actually write some code or use some specific tool.

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

      it makes more sense to give such task with much higher constraints and approximate solution required

      Last year there was an approximate problem with counting number of pop corn given sound. Everyone solved it with random guesses =)