hermit_parth's blog

By hermit_parth, history, 10 months ago, In English

How does D already have 4k submissions?

How does C have 12k submissions (with 10 minutes left in the contest)?

I thought I was having a good contest, So I stayed in the zone, and didn’t check the standings.

After submitting D, I finally saw the standings — and I am shocked I am wondering about quitting CP altogether at this point.

I miss the days when solving up to C roughly meant Expert-level performance… …and solving up to D was around Candidate Master-level.

Have I genuinely become bad at programming? Or is there something else going on?

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

»
10 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

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

»
10 months ago, hide # |
 
Vote: I like it +29 Vote: I do not like it

i was wondering the same question. i feel like noob for not solving D

»
10 months ago, hide # |
 
Vote: I like it +38 Vote: I do not like it

This just shows that C and D are not E-level or CM-level problems.

  • »
    »
    10 months ago, hide # ^ |
     
    Vote: I like it +8 Vote: I do not like it

    are u sure nothing else is going on here???

    • »
      »
      »
      10 months ago, hide # ^ |
       
      Vote: I like it +36 Vote: I do not like it

      Even if, for example, 1/2 of D solves are not legit, D can still be hardly a CM-level problem.

      For C, well it is a trivial PIE that can be put as A.

    • »
      »
      »
      10 months ago, hide # ^ |
       
      Vote: I like it +14 Vote: I do not like it

      I feel like $$$D$$$ would be tough if you haven't seen similar $$$dp$$$ definitions before, but not too bad if you have. So I think that perhaps that sort of dp definition is more common than I thought.

  • »
    »
    10 months ago, hide # ^ |
     
    Vote: I like it +4 Vote: I do not like it

    Yes, as a newbie, the problem wasn't really difficult for me. Even tho I didn't solve D, mostly due to lack of time, I had the solution in the mind.

  • »
    »
    10 months ago, hide # ^ |
     
    Vote: I like it +3 Vote: I do not like it

    Agree, problems of this round upto D are not as hard as other rounds for me. Especially CD are just straightforward application of techniques.

    • »
      »
      »
      10 months ago, hide # ^ |
       
      Vote: I like it 0 Vote: I do not like it

      Hi! Could you please explain how you practiced D type problems to make them easy. If I didn’t make dumb mistakes I could’ve solved A-C in 20 mins but I still can’t solve D after 2 hours of thinking, even knowing it’s a DP problem. And I’m generally not held back by my math abilities so this problem being straightforward is quite the roadblock. Thank you!

»
10 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

rank went from 600 — 4000 :(

»
10 months ago, hide # |
Rev. 2  
Vote: I like it +8 Vote: I do not like it

up to D was easily gpt-able :/

»
10 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

I think the reason is that, now gemini pro is free for students

»
10 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Even i was happy after solving problem c as i have solved first time problem c of div 2 during contest. Sad to see so many people solving C.

»
10 months ago, hide # |
Rev. 2  
Vote: I like it +6 Vote: I do not like it

IMO, I believe that the high number of submissions of C comes from probably the fact that C is a classical problem, for example for my case, I used a math stack exchange blog to solve it : This, I directly used the formula, I have also seen many submissions of people who used basic PIE. Though, I guess that this is normal for an "EDU" contest.

About D, I'm also shocked about it, didn't except to find 4k submissions. Impressive !

»
10 months ago, hide # |
Rev. 3  
Vote: I like it +5 Vote: I do not like it

you can literally google problem C

D is pure math (you just do a bunch of addition and multiplication) so maybe people are just good at math

»
10 months ago, hide # |
 
Vote: I like it -7 Vote: I do not like it

really man, im so disappointed i did expect sth like this, but D having 4k subs was shocking

»
10 months ago, hide # |
 
Vote: I like it +20 Vote: I do not like it

The contest was also on quite easier side, maybe that's why

»
10 months ago, hide # |
 
Vote: I like it -14 Vote: I do not like it

B and C were Div.2 A level problems. Some of the submissions for problem D seem to be plagiarized, although it is easier than a usual Div.2 D.

»
10 months ago, hide # |
 
Vote: I like it +6 Vote: I do not like it

i think D was pretty doable,and also gptable,still 4k solves is definitely too much lol

»
10 months ago, hide # |
 
Vote: I like it +11 Vote: I do not like it

Yeah, I think many D submissions (like 10-20%?) are from AI. If you look at early accepted submissions of D by gray coders, you can see clear similarity — most of them have something like vector<vector<pair<ll, ll>>> endsAt; and very similar logic. Some Python submissions are suspicious, too.

»
10 months ago, hide # |
 
Vote: I like it -20 Vote: I do not like it

Your submissions of C 330346357 Is so gpt like and D 330396646 too is suspicious. I wonder we are in a time where chesters are creating blogs on cheating.

»
10 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

thats why i dont check the standing during contest, put pressure on you either way

»
10 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

abs the problem C this time is too easy compared to the C lesson of the edu question every time

»
10 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Compared to ABC, D felt like a jump in difficulty even though it wasn't that hard. A contestant with a level somewhere between problems C-D won't be able to distinguish him/herself in this contest. Feel a bit disheartened since couldn't solve D in contest time though...

»
10 months ago, hide # |
 
Vote: I like it +8 Vote: I do not like it

This is probably off topic, but idk in this blog and comment section how many people didn't realize that you don't need to solve any CM-level problems to have CM performance, and the same holds for any rating.

»
10 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Besides cheating I also believe that the average skill of people has risen since the time I joined CP.