Medeali's blog

By Medeali, history, 10 months ago, In English

I am gray coder and i just solved a div 1 A problem with 1600 rating.I just started competitive programming amonth now and i solved the problem in about 2 hours.Do you think this is an improvement sign or not here's the problem by the way. https://codeforces.com/contest/559/problem/A if you look at the editorial the solution is trivial but it was hard for me to think about it.

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

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

Firstly it's not a div2A problem, it's a div1A problem. So I would suggest to edit the unintentional clickbait title.

Secondly, I think solving a 1600 entirely by yourself in any amount of time is a good signal. Because if you are able to solve it, that means you have the thinking level of writing out a solution to a problem of that rating. It's just a matter of practice then to improve the time.

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

    Thank you i was very happy when solving it too but i gotta say it is hardwork and consistency even when not seeing results i willl keep working as hhars as i can

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

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

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

Just had to find the area, too easy. If this would have been asked recently, it would at max be a 1000. No need to brag about it.

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

    Just a question did you solve the problem or see the editoiral because if you saw the solution i would have said samething you know you could be more encouraging for a beginner

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

      I read the problem and it was the first thing that came to my mind

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

        well good anyways i was not trying to brag i just wanted to know whether it is a good sign or not. I suggets you try coding to make sure your idea solves the problesm with simple and efficient code .

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

    It wouldn't be 1000. And ye spending 52mins on 1795B and having the right idea on this right away. seems legit

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

solving 1600 rating problem is very high for newbie

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

    thank you a lot at least an encouraging comment unlike those mean commenst above i really appreciate your comment

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

Judjing from my expirience it's a sign of improvement. However I would suggest you to solve problems which have been released no more than 3 years ago.

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

    ok i will try that but i am actually focusing on problems which are bot that easy and also working categories anyways thanks for the advice

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

firstly , the problem is old so Im not sure how much it reflects your level on current cf meta but none the less it is good that you solved a 1600 problem. secondly you can see if your level is good/bad by your performances on contests , it is a pretty accurate measurement in long term. So no need to try figuring out or ask it to someone

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

I have solved this problem recently, and I would admit that the idea was not so trivial for me and took much time to come up with. So, no doubt, it is a sign of improvement if you are able to solve problems above your level frequently.

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

this is a very simple task even for a beginner, but you are definitely well done. let me remind you that problems used to be much simpler than they are now, solve the problems of contests from the range of 800 to the current ones in order to roughly understand the level of problems now. and good luck in learning

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

I went through actually solving this problem, and from what I feel, 1600 is a bit high for this problem. Div 1A is pretty much equal to Div 2C and 2C on average is around 1200 to 1600; I'd say this problem is about average for 2C and feels more like 1400. That said, it's still very good you can solve this even if it takes a long time; with further practice you will be able to figure problems at this difficulty more consistently.