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

Автор unbelievable, история, 5 лет назад, По-русски

Я думаю, что это заботит не только меня но и большУю часть комьюнити. Когда я нажимаю на кнопку "Топ" я ожидаю увидеть интересные идеи, новые алгоритмы, разборы, приглашения на разные контексты. Однако, я вижу 246376243 постов от участников вне рейтинга, которые жалуются на списывание в образовательных раундах. Лично меня не заботит списывание, Если ты получишь +5 вместо +6 то это не конец света. И нарушители обычно получают не первые и не вторые места на контестах так что они не будут претендовать на призы от спонсоров. Если для вас СП это только рейтинг на сайте в интернете, то это не круто. Для меня это отличная возможность тренироваться и решать интересные задачи, так что списывание мне не мешает.

Я не знаю почему так много людей пытается найти нарушителей в каждом раунде и как они это делают, но как по мне лучше реализовать механизм жалоб? Это освободит секцию "Топ" от "детективов" и нарушители все равно будут наказаны.

Я открыт для дискуссии в комментариях, делитесь своими мыслями.

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

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

Yeah, a lot of people bring up the fact that they're putting in hard work to do good while the cheaters are just cheating but I don't think this is valid. Rather than using rating as a measure of someone's skill, a person should look at how difficult of problems they can solve now and compare it to the past. Posting a billion blogs about cheating won't make cheating disappear. The plagiarism checker seems to be good and I don't really think Codeforces can take too many other measures to reduce cheating. People should just suck it up and focus on their skills and not rating and just have fun.

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

All this complaining only for virtual internet points. Misplaced priorities :(

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

Like you I have never tried finding submissions which might have been plagiarized. Also, I too feel its such a waste of energy that we have to find them.

Do I think there should be no process to prevent such incidents? No, they absolutely need to be there or these things will just keep increasing, till it will be no fun to compete and we will feel I might as well have solved the problems under a 2 hour timer(we are far from there because such efforts are taken).

Yes its true that how we do it now where we constantly see every other post about cheaters is irritating.

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

A form to report cheaters is a good feature and most demanded every time blogs reporting cheaters become a nuisance. But, that too can increase a lot of manual work on the receiver's end i.e. sifting through reports and deciding manually in some cases. In practice, Codechef has a blog and an email (help@codechef.com) dedicated to reporting cheaters but it has done little to combat redundant blogs as you can see the list of blogs posted after the master blog to report cheating was published, this is even after warning everyone that any new topics on cheating will be closed and the author can be suspended.

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

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

Unrated people from India, that's what you mean.

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

    I can also defame your country by telling my personal experience with toxic Chinese people who use cheats in almost every competitive multiplayer game. It is to the point that you can't even play on Asia servers any more (talking about BattleField5, PUBG PC). You have to use VPN to play the game, and you are ready to pay 5$/month for premium hacks. Tell me now, what is more pathetic? People cheating because they think they might get a job (stupid indeed) or people cheating in a multiplayer game so that they can get a good Kill Death Ratio in a game? Also have come across many from your esteemed nation who use engines on chess.com. So let's not attack each other's country and try to find a solution instead of generalizing. Because we can do that too.

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

I have a perfect plan how to get rid of cheaters:

  1. Ban all Indians on all programming sites
  2. Their HRs can't use their CP ratings for hiring anymore
  3. They stop doing CP just to get job
  4. Unban them
  5. Only interested people remain, they will not cheat
»
5 лет назад, скрыть # |
 
Проголосовать: нравится +1 Проголосовать: не нравится

No matter what we say or do...there is possibly no way to prevent cheaters from cheating. Each time MOSS and plague detector are upgraded the cheaters find a new way out.

Few days back i saw 2 submissions exactly the same except for the part where one submission comprised of multiple call of a function which just incremented a value of a number by one. And the worst part is he did'nt even use a loop..

'twas something like this

int co=0;//global

and in a function

increment() {co++;co++;co++;co++;co++;co++;co++;co++;co++;co++;co++;co++;co++;co++;co++;co++; 200 times probably}

and this function was called throughout the main function.