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

Автор E869120, 5 лет назад, По-английски

Dear Codeforces community.
Finally red :)

Today, I want to share about some ways to practice competitive and gain your rating. I hope that this is helpful for those who is practicing competitive programming harder but rating is sluggish. There are 54,000+ people who participated in Codeforces contests actively, but sadly only a few people reach a red-ranked coders. For people who can't reach red, I will introduce my way to gain rating in some steps.

This blog is an extended and more detailed version of my previous tutorial blog, but 2 years and now are different. So there are many points that are different from blog which has written 2 years ago. Note: Some people who already read my previous tutorial blog may doubt, but do not doubt — I should say that the "from rating 1000 to 2000" part of this blog is not the copy of my previous blog and it's very different.

Since the size is very big, if I wrote contents to Codeforces blog directly, it might be too long. So, this time, I will share a 19-page PDF link of my tutorial blog. This time, my blog includes introduction, knowledge of some contests systems (AtCoder, TopCoder) and some convenient websites, some ways to practice for improve rating, and conclusion. Also, optimal practice method is differ by rating. So, this time, I will write in 4 steps: 1000 -> 1400, 1400 -> 1900, 1900 -> 2200, and 2200 -> 2400.



The link of my blog (PDF) is as follows:

[Tutorial] A way to practice competitive programming — from rating 1000 to 2400+


Please comment if you have suggestions, comments to my blog, and opinions on my way to practice.
Thank you for reading!
  • Проголосовать: нравится
  • +607
  • Проголосовать: не нравится

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

Thank you !

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

Thank You for the amazing tutorial!. I hope you become LGM soon.

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

Could you please, write a tutorial about preparation for Olympiads in Informatics?

I appreciate your dedication and all this work very much, thank you for a new amazing tutorial!

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

How do you see performance rating in cf?

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

    First, I should apologize that I did not show how to calculate performance in Codeforces in my blog. Thank you for your comment.

    Actually, in Codeforces, your approximate performance in contests/virtual is calculated as follows:

    • $$$p$$$ : Your rank in Codeforces contest
    • $$$a$$$ : Initial rating of participant who got rank $$$p$$$
    • $$$b$$$ : Rating change of participant who got rank $$$p$$$
    • $$$perf = a + 4 * b$$$ (approximately)

    For example, if you got 20th place in contest and rating changed from $$$2513$$$ to $$$2604$$$, your performance is approximately $$$2513 + 4 * 91 = 2877$$$.
    Another example is virtual contests. If you got $$$4200$$$ points and it was between $$$13$$$-th place and $$$14$$$-th place in actual contest, your performance is approximately the average of performance of $$$13$$$-th player and performance of $$$14$$$-th player.

    But there could be error of ~50 rating performance. So if you want to calculate more precisely, you can pick the rating change of several people who got very near rank and rating does not change so much.

    Sorry for not showing performance calculation formula in my blog.
    • »
      »
      »
      5 лет назад, # ^ |
        Проголосовать: нравится +10 Проголосовать: не нравится

      I think you can also calculating it by finding the value of the rating for which the rating change of the virtual contest is 0, using this tool.

      I assume that if the rating change is 0 in some contest, then the performance is approximately equal the your rating.

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

        Woooooooow very good idea to calculate rating!
        From next time, I will use this idea. Thank you!

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

        Also, for a predictor of rating changes during the contest or much earlier than CF shows, you can use an extension with chrome here.

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

Thank you so much for your great contribution to the Codeforces community.

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

Thank you for your tutorial !!!!!!!!!!!!!!! Love you so much !!!!!!!!!!!!! I want be the best !!!!!!!!!!!!!!!!!!!!!!!!!!!

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

A way to increase contribution from $$$0$$$ to $$$100$$$:

$$$0$$$-$$$20$$$: leave stupid comments

$$$20$$$-$$$40$$$: write a blog on how to increase contribution from $$$0$$$ to $$$20$$$

$$$40$$$-$$$60$$$: write a blog on how to increase contribution from $$$20$$$ to $$$40$$$

$$$60$$$-$$$80$$$: write a blog on how to increase contribution from $$$40$$$ to $$$60$$$

$$$80$$$-$$$100$$$: write a blog on how to increase contribution from $$$60$$$ to $$$80$$$

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

Astonishing effort, thank you!

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

It's about time you add a new character to your name and get the Nutella node in your avatar.

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

Thank you very much for your article. Because you didn't participate for so long on codeforces but you trained a lot, now you will probably get to constant IG no problem.

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

Thank you!

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

Very thank you for so many number of readers and so many comments.

I know that there are many, and countless number of people who want to gain rating in Codeforces. I'm really hoping that my blog is usable for some people. Also, I'm really hoping that tutorial blog will increase in Codeforces, because it can be very beneficial for readers and Codeforces users.

Anyway, I really appreciate for hundreds (maybe over 1000) of people who read my blog. Cheers!

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

Hi, which 50 topcoder problems to solve to get better, also how can I submit topcoder problems on the online judge.

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

You are awesome, thank you very much E869120, my goal is to be candidate master before finish this year, Just for curiosity, How many hours do you train per week?

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

    Because I have some classes in high school, on weekdays, I trains ~3 hours per day. On weekends, I trains ~8 hours per day. So, on average, I trains approximately 25-30 hours per week.

    But just before IOI was different. In Japan, there is summer vacation from late July to late August. So, usually, just before IOI is during summer vacation in Japan. So I was able to train 12-14 hours per day from 1-2 weeks before IOI.

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

Amazing!

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

Great job!

I enjoyed every page of your tutorial ;)

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

Hi! I remember you as one of the tomato twins. :)

I guess I'm the only one among the IOI18 golds, who had gone purple from orange after IOI. I always wanted to be a red coder, but now I know that I never practiced seriously for that. Maybe I just have been lost, forgetting how to practice.

This post is not only amazing itself, but it also reminds me that if there is a shining achievement, there should be corresponding efforts.

Congrats to you being a red coder, and thanks for your guidelines. Hope to see you again!

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

    Thank you! And hope to see you again!

    By the way, my mascot that I brought in IOI 2018 was not a tomato, but an apple :)

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

thank you

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

Oh,Chinese can't use Google. So can you give the link in another websites such as github.com?

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

    Sorry for replying very late, because I was busy for practicing for APIO.

    This is the link of my tutorial in github. Sorry for replying late, and thank you for mentioning that Chinese cannot use google. (I didn't know about that)

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

Does AtCoder release English editorials for ABC contests ?

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

Thanks for your help. You are kind hearted

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

Hoow to reach the level of gennady korotkevich or petr mitrichev ? any idea ?

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

Dear E869120 thanks to you for posting all your insights. I would like to know your opinion about Hackerrank problems. Do you ever use hackerrank for practice or do you think the other judges mentioned in your tutorial have more rich problems?

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

    Yes!

    2 years ago, I was solving hackerrank problems, and participating in hackerrank contests including "Week of Code" or "Hourrank". In my opinion, since many of hackerrank contests there are many partial scoring, if you want to practice for OI-like contests (IOI, APIO, POI, national selection camp for IOI) it is good idea to practice hackerrank.

    Since there are many typical problems in hackerrank, I think that if you think you are lacking of using typical algorithm efficiently, solving hackerrank is also a good idea. But if you want to improve skills to solve problems faster, or skills to thinking about solution, you should upsolve problems in AtCoder.

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

Hey, I wanted to know how can some people on codeforces are able to solve questions like just in a minute. They have a submission for A-type problem on 00:01 and for B-type problem on 00:03. How's that possible? if I only consider the reading time for question and then even copy paste the code it goes beyond a minute. Please suggest some tips to increase our speed like that.

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

    Actually it is not that hard ... 00:01 in CF actually means that the submission was made before the second minute of the contest. So 40 seconds to read problem statement and 1 minute 19 seconds to write code amd submit. Shouldn't be too hard for problem As in div 2.

    Also, you can watch the screencast of several GMs on youtube to see how they do it.

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

This is incredible !

I have been following your posts ever since you were a Candidate Master and this is a fantastic achievement ! Many Congratulations. I am quite proud of you.

Your tutorial is also quite helpful. Solving problems on AtCoder does do wonders.

Thank you very much for sharing the website kenkoooo. On AtCoder, we cannot see which problems we have solved in one screen and need to go to the Submissions page of each individual contest. This website is certainly very helpful. (Although now that AtCoder Beginner Contest has started including 6 problems, the interface of kenkoooo will also have to change. Not sure if they will be able to accomodate that.)

Wish you all the best !

May God bless you

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

Thanks for your experience.

"But getting average performance of rating 2400 is much more difficult than you think."

I have been stuck in orange for long time, and reached red by luck. I admit that I can't keep red. Training skill above 2200+ mentioned in your tutorial seems very useful to me.

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

I'm weak at math.Can you drop some suggestions to grow decent knowledge on topics like combinatorics,probability,geometry etc.?Thank you for the tutorial!

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

Thanks for a great tutorial!

I disagree with some points but it's ofc. hard to say which method is the best. What I would recommend:

  1. Don't go to the editorial after some fixed time like 20 minutes of solving a problem. Give up only if you are stuck for 10-30 minutes (10 in case of easy problems, more for harder ones). As long as you have some ideas, do investigate them and maybe you'll solve the problem yourself.
  2. Upsolving problems is very important. This way you learn new things. After a contest or virtual participation, try to solve at least one more problem. This should be said early in the PDF, not only in parts about getting red rating.
  3. I don't think you should copy segment trees from your code library (reference document). It's better to struggle for some time and implement them every time. You will get faster and will understand them better. Plus this is a must for those who prepare for IOI. My friends and I implement seg-trees from scratch every time. I don't remember if I ever used to copy them.
  4. It's unnecessary to do "50+ virtual participations in CF". Just solve problems slightly above your level. Do some virtual participations if you want to.
  5. Consider changing "Make a routine that you will do just before the contest. It directly leads to the concentration during the contest." to "don't care about the contest, just have fun solving problems". I'm quite sure people perform better when they are relaxed (but not distracted).
  6. "Although I experienced competitive programming for 3 years, I think that I don’t know many techniques" — I think that's because you're doing too much virtual participation. You spend a lot of time on easy problems this way.
  • »
    »
    5 лет назад, # ^ |
    Rev. 4   Проголосовать: нравится +21 Проголосовать: не нравится

    Wow great idea & suggestion from a coder once reached legendary grandmaster...! Thank you for your comment.

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

    I don't quite care about rating and enjoy CF contests for fun. But when I go to IOI I can't quite do the same and I failed hard...

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

Hi did you wrote the IOI tutorial?

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

Great thanks to this blog, I think I should practice much harder than before.

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

Thanks a lot for the tutorial, very helpful!

I'm trying to solidify my rating above 1400. One problem I'm seeing is that I tend to do well on Div2-only rounds, but pretty poorly on combined rounds. I reached a peak rating of 1521, then lost 214 points in just 3 combined rounds (CF Global 3+4 and Forethought Future Cup).

Is it mostly weak "mathematical concepts and thinking" like your guide claims? If so, should I focus my practice on TopCoder to strengthen those? Specifically, Div1Easy?

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

    To solve problem on combined round (ex. Codeforces Global Round), mathematical concepts are needed. For example, in the third problem on Global Round 4, the answer only outputs $$$2^{H+W}$$$ — definitely one great example of mathmatical problem. Another example is the fourth problem on Global Round 4, just think about loop which the degree of all vertex is 2, and adding some edges. Graph theory is also the main part of mathematics, and many people who are familiar with TopCoder SRM can solve this problem easily.

    I think that you are mainly stuck on problem with mathematical concepts. Solve TopCoder Div2Medium and Div1Easy. (I think that Div2Med is bit easy for cyans) I have three notices to solve TopCoder problems as follows:

    • Some of the round is very difficult — even 4 in 5 of Div1 participants could not able to solve during the contest. Check https://competitiveprogramming.info/ and you can check the difficulty of each problem.
    • Thinking long time is important for the introduction of solving TopCoder SRM. So in your pattern, don't give up for at least 60 minutes before looking editorial.
    • When you solve some problems on TopCoder SRM and you feel that your skill of mathematical concepts is improving, I recommend to solve SRM 600-719. They are bit difficult, but they are good for you.
»
5 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

I like it SO MUCH!

Thank you for working!

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

Good share! My recent goal is to be a red man,LoL.

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

    You are a good man who always teach us learn how to solve the problems on codeforces at Bilibili! I love your videos very much! I believe that you coud be the red man and one day I will be the yellow man.

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

Thank you!

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

    Wow...This site looks amazing. Its like A2oj ladders.But I am currently using a2oj ladders.Which one will be better to follow ? Did you use it? Is this be helpful for pupil like me?

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

Thank u!

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

Thank you!

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

E869120 sir I can't solve atcoder beginner contes's problem C...and sometime can solve B.....What i should do?

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

I am unable to view the document. Can you provide a different method of sharing other than Google drive since for some reason I am unable to open Google Drive links

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

I think his method will be efficient for me to become specialist in a quick time,I have been doing virtual contests daily in Codeforces and solving A,B regularly but I still haven't been able to solve C during contest time.I have been feeling that something is missing.But I think if I combine his method of solving in AtCoder with my own, it will be really really helpful...Let's see what happens

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

Wow great blog, thanks.

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

Hey! Is this form of practice still beneficial today? Just asking cause the blog is two years old.

»
16 месяцев назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

I was having difficulties with which major algorithms to focus on specifically. Your blog(PDF) clears it all. Thank you for sharing the fantastic stuff.

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

You mentioned that B's and C's problems in Atcoder are equal to R700 and R900 in Codeforces difficulty.

So how this way of training can help me reach 1400?

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

Most sites are blocked in my country. Among the sites in PDF, only CF works here.
Can you give suggestions to me, who can only use CF for solving cp problems?

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

Thank You

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

Thank You!

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

Great tutorial!! Good to know that even after 5 years Daiso is still selling those whiteboards.