noobsolver24's blog

By noobsolver24, history, 3 hours ago, In English

Codeforces Round 1002 was probably one of the worst rounds in this platform, because of massive cheating using o3-mini :(

  • Vote: I like it
  • +34
  • Vote: I do not like it

»
3 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
3 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

Interesting, What makes you say this? I just tried it for problem C and it could not solve.

  • »
    »
    3 hours ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    you can just try to solve d then it help you :)

    • »
      »
      »
      3 hours ago, # ^ |
      Rev. 2   Vote: I like it 0 Vote: I do not like it

      i jus feel like similar problem appeared in past somewhere. thats why many ppl solved it and it could be a possibility that o3 had the problem data so it solved it too or iam pretty much coping ;/

»
3 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

fr

»
3 hours ago, # |
  Vote: I like it +22 Vote: I do not like it

RIP the upcoming Div4.

»
3 hours ago, # |
  Vote: I like it +5 Vote: I do not like it

This guy didnt even try to hide it :skull:

  • »
    »
    3 hours ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    well the questions were already fucked. imo they don't match their elo

»
3 hours ago, # |
  Vote: I like it +2 Vote: I do not like it

M-m-m-massive????

»
110 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

I wander if it is really a div2 contest?

»
93 minutes ago, # |
Rev. 2   Vote: I like it +14 Vote: I do not like it

Check how the codestyle of the 6th place harsh__h is different in problem D and in other problems. That's insane if he cheated since he is CM/Master and apparently works at Google, and also was a problemsetter.

The different use of spaces (D has, and ABC don't), also '\n' in D instead of endl in ABC.

  • »
    »
    38 minutes ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    No, he didn't. I know him personally. He is my senior cum mentor. He has been giving contests from many years. D has a very well-known solving technique of using 2D dijikstra. Even I was able to think of the right solution within a couple of minutes. He perhaps had a similar template by which he was able to submit the solution within 3 mins. You just have to change the innermost loop inn dijikstra .i.e if dist[node1][node2] > prev_dist+abs(node1-node2). I didn't have any such template so it took me some time.

    • »
      »
      »
      33 minutes ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Nobody argues that D is straightforward. How do you explain the different codestyle?

      Also, what do you mean templates? He has different codestyle even in input and output sections across the problems in this round, there are no templates in that.

      • »
        »
        »
        »
        33 minutes ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        By the way, you don't have to defend him. It is he who cheated not you.

        • »
          »
          »
          »
          »
          21 minute(s) ago, # ^ |
            Vote: I like it 0 Vote: I do not like it

          The input is the same. Even I use while(t--) thing it's quite common. On basis of output which is just endl and \n you can't blame a reputed coder. He is a master and he could have just interchanged by mistake for '\n' and endl

    • »
      »
      »
      32 minutes ago, # ^ |
        Vote: I like it +6 Vote: I do not like it

      senior cum mentor ? wtf is that?

    • »
      »
      »
      4 minutes ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      It doesnt matter how standard the question is he aint reading all that and typing out that code in 3 minutes. Its chatgpt in action.

  • »
    »
    37 minutes ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    If u want I can give you more questions and links for this kind of problem using 2D or higher order dijikstra.

»
75 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

Agree. The worst rount of CF. And also for me. My contest was very bad. I have been feeling very bad for two days. :([

  • »
    »
    50 minutes ago, # ^ |
      Vote: I like it +5 Vote: I do not like it

    have you tried all contests in CF that you say this one is "worst"?

»
12 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

u are right bro this round is little bit tough and its require a good understanding and practice to solve