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

Автор truth, история, 17 месяцев назад, По-английски

It's a really unfair and sad gesture by Igor_Parfenov, author of latest Div2_992 round, Problem C was exact copy of problem : https://mirror.codeforces.com/contest/513/problem/B2

This is extremely unfair to the people who tried this problem for the first time. This also explains why so many people were able to do this problem despite it being good enough, that most of the experts in my friend-list couldn't do it.

My submission for contest problem 992C : 295640125

Exact same code submission for older version 592B2 : 295644907

Edit: I don't want to put allegations on the author of the contest, as it could be a highly improbable coincidence that he thought the exact some problem. This blog is just to highlight the fact that fairness of the contest was compromised.

people downvoting this blog cuz they got a good rank and now want the contest to not be unrated i can understand that some of you might have actually solved the problem during the contest. I am not fighting for the contest to be unrated, the sole purpose of this blog is to make sure such things do not happen again.

by downvoting this blog you do the work of suppressing the issue and if you do so how do you differentiate yourself from the people who try to compromise the fairness of the contest by any possible means.

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

»
17 месяцев назад, скрыть # |
 
Проголосовать: нравится -10 Проголосовать: не нравится

this is crazy..

»
17 месяцев назад, скрыть # |
Rev. 2  
Проголосовать: нравится -37 Проголосовать: не нравится

oh yeah. so many people copy pasted the code. so many newbies and pupils solved it with the exact same elegant precise code. This contest should be unrated.

»
17 месяцев назад, скрыть # |
 
Проголосовать: нравится -20 Проголосовать: не нравится

I'm also really annoyed that this problem was a duplicate, especially considering I solved it in contest and was then accused of cheating (because my variable names were too descriptive... which I do for all my submissions). With that being said, I'd hold off on blaming the problem setter, since I doubt the problem setter knew of the fact that it was duplicated beforehand. Not to mention, this has happened before, and while unfortunate, I doubt it was from malice.

»
17 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

What makes it unfair? Part of the skill of competitive programming is googling to figure out how to approach a problem.

»
17 месяцев назад, скрыть # |
Rev. 2  
Проголосовать: нравится -29 Проголосовать: не нравится

people downvoting this blog cuz they got a good rank and now want the contest to not be unrated i can understand that some of you might have actually solved the problem during the contest. I am not fighting for the contest to be unrated, the sole purpose of this blog is to make sure such things do not happen again.

»
17 месяцев назад, скрыть # |
 
Проголосовать: нравится +3 Проголосовать: не нравится

i saw this problem for the first time but it was easy for me because i just calculated sorted sequences of all good permutations for all n<9 in python console and figured out that cardinality of set of good permutations of length n is 2^{n-1} and then figured out that we can code good permutation using an element of cartesian power n-1 of set {0,1} because we just need to push number i to left or right and position of n is determined because all other positions are already determined and thats all

»
17 месяцев назад, скрыть # |
 
Проголосовать: нравится +25 Проголосовать: не нравится

How is it unfair? Everyone doing the contest had the same resources and access to the problem? Its not like it was hidden away in some Chinese OJ. If you for some reason know this specific problem from 2015 you probably deserve to solve it at that point.

»
17 месяцев назад, скрыть # |
 
Проголосовать: нравится +4 Проголосовать: не нравится

One the authors already apologized (editorial / announcement comments, don't remember where), and I really don't think that it should become unrated — that would be very unfair to those who solved on their own and got positive delta :p

»
17 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by truth (previous revision, new revision, compare).

»
17 месяцев назад, скрыть # |
 
Проголосовать: нравится +3 Проголосовать: не нравится

Chill bro.

»
17 месяцев назад, скрыть # |
 
Проголосовать: нравится +14 Проголосовать: не нравится

As a problem writer, I can tell you from experience that its very easy to think of ideas which are already existing problems — it is not "highly improbable coincidence". The coordinator posted in https://mirror.codeforces.com/blog/entry/137074#comment-1225994 that nobody in the creation team knew of the problem before. I don't know if the contest should be unrated in this specific case, but in the past problems that have appeared before is not grounds of unrating the contest unless it is clear the author copied the problem intentionally.