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

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

Conclusion (Edit 2): The HE staff replied:

We understand your concern. It's a known issue and we are already in the process of fixing it. We will get back to you once it's fixed.

I have massive respect for these guys, I don't think I even waited a full day for the response. Anyway, mystery solved.


Edit: Since it seems there is no consensus on why the following is present on the site, I've sent the team an email and will update this post with information when they reply.


On a contest page, it seems that even post-contest, if there are incorrect test cases but at least one is correct, the problem is marked solved like so:

a

It's the same on the problem's My Submissions page.

a

However, if you look at my submission, I have nine incorrect test cases.

a

Is this a bug or a feature, speaking objectively?

If it's a bug, I'll report it, and if it's a feature I'd like to know its purpose as it seems misleading to think you may have solved a problem when there could be incorrect test cases.

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

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

They're essentially a hiring platform and probably don't need 100% correct solutions to be shortlisted for job listings. Nevertheless, they could use different colors for the verdict AC and partial AC.

I'd think different shades between the colors red-and-green(or just green) would do fine to indicate the percentage of test cases passed.