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

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

Hi everyone,

I am currently participating in the gym contest CCPC 2016-2017, Finals (http://codeforces.com/gym/101206). It appears that there may be a problem with test data for problem L, but I don't know how to fix it.

My team felt that something may have gone wrong when we noticed that most ghost participants had solved the problem, but none of the live competitors managed to solve it. My team's code failed on test 1, which is usually sample data, but it passes on local tests and on custom invocation.

After enabling coach mode in gym, I found that there was a mistake in test 1 of problem L, and it looks like the sample test case was miscopied. Unfortunately I don't know how to fix this issue, and I could only notify competing teams that there was an issue.

If you have the time and know how to work with Polygon, can you please change the test case to match the problem data?

Thanks.

-jerry

PS: I'm not sure if I was supposed to enable coach mode in this situation, but I hope that it was the right decision.

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

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

I have fixed it and rejudged all the submissions. I am very sorry for the wrong data.

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

    No need to be sorry, preparing a contest is a lot of hard work. Thanks for the time you spent in preparing the gym!

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

mathlover What is happening with problem F? We are receiving Denial of judgement verdict on any code we submit.

http://codeforces.com/gym/101206/submission/24604305 : checker says can't compile file

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

    I have rejudged your submissions at coach mode. And they run as usual. I think you meet a corner case about Codeforces judgement system.