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

Автор liaoyanxu, история, 5 часов назад, По-английски

Yeah,as you see,many people did D in Codeforces Round 967 (Div. 2) ,my max rating is master,i use 1h30min to solve it,when i passed,there are 600+(rated) users passed.WTF?600+(rated)users are master????? Are you joking?????

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

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

all thanks to telegram groups

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

Bro just look at C. I am specialist from my original account and I couldn't solve C. Due to this mf cheaters I am getting a rank of 5k+. It may be easy but I guess not so easy that more than 4k people can do it within contest..............

HIGHLY DEMOTIVATING(crying emoji)

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

    Maybe the question wasn't too difficult to solve, but 5k+ solve is not usual. Maybe the question wasn't too difficult to solve, but 5k+ solve is not usual. Few of my friends who are also actually specialist are unable to solve this.

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

      My spec friend solved this... he did better than me several times already though, but still.

      (I've dodged the contest, but C looks difficult :D)

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

        it is not! basically, you do a dfs from node 1. in the dfs, (let's call current root i), you ask about every node (let's call it j) in your subtree. if the x=i, you can safely add the edge [i, j], otherwise, ask again about j when you reach x. and recursively dfs into every neighbor of i. this works in nlogn, becuase the distance between i and j is halved every query.

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

    c is pretty easy as long as you even know the basics of gt nil not to say there weren't cheaters

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

I've heard about some people who manage to sell solutions to contests. I'm very interested to see someone who is willing to spend money on it

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

wait for the rollback, many people are victims of plagiarism

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

This user Pranavi_999 solved A,B,D all in Codeforces Round 967 (Div 2) as a Newbie. And Above all she solved them both in Java and Python what a joke

  • »
    »
    4 часа назад, # ^ |
    Rev. 3   Проголосовать: нравится -96 Проголосовать: не нравится

    That is because I solve codechef problems and I know both java and python.

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

    I saw someone do A in 3 minutes and writing comments there, I don’t know if he cheats or not but it already took me more than a minute to read and understand the question. :(

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

      A was easy, it shouldn't require long time to solve me and my friend only took about 3 to 4 minutes to solve A and about 15 to 20 minutes to solve B (All of them are specialists)

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

I just happened to see one cheater too ig xD

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

    Now that's fucking weird, I started from D, My solution literally uses a whole segment tree for both min max and It took my fucking 1hr to solve and 20 min to code And I was dbging for 5 minutes, how in the fuck did the cheaters leak that shit in 1:20 :sob:

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

      D actually could be coded in 20-25 minutes without a segment tree if you read well and didn't fuck up in de-abstracting your implementations.

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

      It's just a simple stack problem. Check this

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

At this rate, CF should split ranking system into two independent parts, Indian and non-Indian contestants. I might got down voted saying this but whatever, I don't care

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

    unfortunate but maybe the only solution.

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

    Yeah that seems like a good solution (I'm indian) but for Indian users who have 0 skipped contests should be part of the rated participants too and everyone else unrated forever.

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

Normally, when I solve two problems, I find myself ranked between 9000 and 10000. But this time, I found myself at 15000, so I believe there are at least 3,000 cheaters in this contest.

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

    more than 3000 probably

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

    It depends on the time as well. For example, in my case: I could submit A by 00:06, and B by 00:13 (both by general observation only though). I did not (or maybe I should say could not) solve the next ones though. Even after I solved only 2 questions, my rank is still approx 5.6k.

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

And you don't need to be a psychic to guess where the majority of these people comes from.

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

d wasn't hard,just implementing, doamne sa nu pice la system test

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

also there should be a seperated server/contest system for Indian users

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

holly shit

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

Accounts with more than 3 skipped contests should be banned

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

    What's the problem with skipping contests?

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

      I am not talking about you skipping contests, it's about your contests getting skipped due to plagiarism. Edit: Now that I see your account...I am 100% sure you know what I meant by 'skipped contests'...

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

there are people who also cheated in E1

»
4 часа назад, # |
  Проголосовать: нравится -10 Проголосовать: не нравится

Lol, practice more. you're just pissed off that you can't solve these problems and others can, so you want to convince yourself it's all the cheaters' fault

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

    If you intend it in the way I think you intend. I recommend putting double inverted commas

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

I've become dumb or everyone has become so smart.

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

People cheat...but I, I get cheated on :(

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

I (from this account) was in room no. 96 and harshita_iit was on the leaderboard. She solved D 277388242. Clearly her template is different from what she submitted for other two and previous contests. Moreover it matches with https://www.youtube.com/watch?v=uCJiwQbc9Wo&t=98s as well as many other submitted code 277417264, 277416791, 277416913 and god knows how many. She has clearly used chatgpt to change variable names as wells as write comments.

It came to my notice as she was in my room and was on the leaderboard of my room.

I wanted it to write on blog but since I have no access to write it, I wrote it here.

EVEN IITIANS HAVE STARTED COPYING

SHAME

PLS TAKE ACTIONS THIS ACCOUNT AS SHE MIGHT NOT GET PLAGIARISED !!!

»
3 часа назад, # |
  Проголосовать: нравится -15 Проголосовать: не нравится

I'm a newbie and solved it. You have to grind harder

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

The data of D is too weak. Some people passed it by going through every value each time, which can have a complexity of $$$O(n ^ 2)$$$.

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

277408206

This submission by user rajneesh_neo clearly seems to be faulty ..

it clearly has been copied from 277400319 by user keyur14113

using some AI tool , just the variable names have been changed.. rest of the structure remains exactly same..

Kindly look into this MikeMirzayanov

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

Cheaters should be banned because they pose the biggest threat to the community. Although I may not have much influence or experience, I believe that competitive programming is all about the adrenaline rush—the sadness of a wrong submission and the joy of an accepted one. If someone is truly passionate about competitive programming, they should focus solely on these experiences and problem-solving.

The real enjoyment of competitive programming comes when someone participates in contests and solves problems without worrying about their rating. One cannot improve if they are stuck in the loop of obsessing over their rating. Sooner or later, these cheaters will be banned, and at the very least, people from the programming clubs of institutes should monitor this behavior or teach students to either engage in competitive programming honestly or explore other fields, so they don’t harm this community.(just a random thought or maybe a vague idea)

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

I used to get under 3k rank last year then I stopped CP for a year, after I restarted, I could feel that I improved, solving higher rated problems but now I am being ranked below 7k in all contests I gave.

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

Aayushgoez Cheating karta hai saala!!

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

    Uske baap se seekha hai!!! Jaise uske baap ne uski maa ko cheat kiya tha !!! Bhadwa saala

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

My main is expert , i couldnt solve C and took almost 100 mins to upsolve D. no way 2000 solns in contest

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

I am an Indian,but atp,I am ashamed of my own country:(.So many cheaters,no justice for woman.Tax like third world countries.Atp,dy*ng feels like a better option.

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

ATP,change the name of this platform to codefromtelegram

»
49 минут назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

keep your head up kings. the only advantage they have over us are the tg groups and some numbers. what if their usernames are more colorful than ours we are here on this battlefield to learn comradery, bravery, and to learn how to cope when defeated emotionally.

orz.