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

Автор DottedCalculator, история, 3 года назад, По-английски

Since I just achieved the rank of specialist in the first contest of 2024, I decided to make another AMA. Please use common sense before posting here.

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

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

What is 672+1586-1586?

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

Is 561 a prime ?

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

Do you have a girlfriend?

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

how many time have you listened to this song?

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

bitset?

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

do you like cookies?

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

I also used to write posts like these when I was specialist. A wise man said, "I will ask u when u become an expert". But now, nobody asks me anything

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

Congratulations on becoming specialist. Wishing you good luck on your journey to pupil

»
3 года назад, скрыть # |
 
Проголосовать: нравится +29 Проголосовать: не нравится
What's your choice?
»
3 года назад, скрыть # |
 
Проголосовать: нравится +8 Проголосовать: не нравится

Are you DottedCaculator from Alcumus? I'm not stalking, I swear, but I remember seeing your username on the Alcumus hall of fame once and I could never forget how it was missing an 'l'.

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

Observe my codeforces activity and tell me how to be a specialist

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

    Something helped me to get to specialist: so have these 2 extensions installed(I'll tell u why rn): Cf Analytics, CodeForces Practice Tracker

    After that open your profile, and you'll see a red tab named statics, will get to that later scroll down under your rating graph you should have smth like this:(it's your graph btw)

    Spoiler

    As you can see here, you do a lot of questions but mainly 800 and haven't done almost anything more than 1400, that's bad my friend, Now go to the red statics tab, and you'll see your avg problem rating in the last week, if you wanna get to a rating s.t: 1400 try to have it average around 1300-1500, quality not quantity Do this for like 2weeks, also don't spoil the question by opening the tutorial, spent days, papers anything, but do it yourself for the questions: go to problemset, Filter from 1200 to 1600, with these tags: math, greedy, constructive, number theory, implementation, brute force, games, combinatorics and work on them Good luck my friends

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

      I have 2 questions

      1.I cant get a clue how to solve them even if i get some hint i still dont know what to use 2.i sometimes struggle lower rating still So shall i stop solving less than 1200?

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

        for Q1: Editorial is forbidden, but if you've tried your absolute hardest and couldn't find a way, tried different ideas and non worked maybe it needs something you don't know, so after a lot of hard work feel free to check the editorial

        for Q2: Something I do is I don't care when to AC, I might AC div2.A at 5/6min something I try to do is prove the solution 100% Try it and see if it works, look for flaws. Like even if when I see the question I instantly get the idea, idc, I'll prove it recommend this too and no don't stop, like if u think you still have problem, instead of 1200-1600, do 1000-1400, till u get good at them

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

          suppose this problem

          https://codeforces.me/contest/1916/problem/C

          Now i couldn't realize why i have to divide 3. To solve this kind of problem what should i do?

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

            I'm assuming you got the idea of prefix sum, which is good. So By now, you should think about what happens if I choose 2 items and insert sum/2 and you see the divide by 2 and after a while of thinking you'll get the idea of what happens if they're both odd, even, and different parity then try and see that oh, in different parity it benefits the first player so if the second player removes 2 odds at a time it'll be more beneficial, take this path and go to the answer

            and as I said don't wait for a divine inspiration, take out a piece of paper and do the work this will help you, specially in math based problems, like for math/number theory/ combinatorics just take that damn piece of paper and do the work it's hard at first but you'll get used to it the key, secret answer is a pen and a paper, not a virtual white board, text editor, something you can feel

            and for questions with programming ideas not mathematical ideas, just try every think and still use papers

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

          You say that editorials should be used as the very last resort in problem solving. Is that opinion based on your experience? If that is so, and reading editorials does slow down your learning process, then how to deal with the frustration of inability to solve a problem?

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

            Reading editorials doesn't slow it down, they aren't as much beneficial there are many things you learn while thinking about a problem you may even find a solution to another problem while thinking about this

            And about the frustration, I actually don't have an always working solution, go play a game, take a nap, rest, or just motivate yourself by something

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

      Hello , Can you give me some suggestions to practice to get myself around 1400 ? I using , this method : sorted the latest problem upto max 1200 rating , and solving it ,will it work or I should solved by descending the highets number of submissions?

      Pls suggest!

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

    solve problems when you see them

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

are you drawing sth on your profile ?

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

Imagine a situation .. u have 20 bucks and I have 20 bucks . WE club them together and we have a pool of 40 bucks . Now I buy ur 40 bucks for 30 bucks. So at the end I have 40 bucks and u have 30 buck . we made a total profit of 10 bucks each . Who is wrong here ?

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

what you do after a wrong answer on test 2?!

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

I am a specialist too. Can you ask me something?

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

what is the difference between int and long long

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

but you were an expert before that ...

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

how can i reach pupil :( can you help