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

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

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
  • Проголосовать: не нравится

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

What is 672+1586-1586?

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

Is 561 a prime ?

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

Do you have a girlfriend?

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

how many time have you listened to this song?

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

bitset?

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

do you like cookies?

»
5 месяцев назад, # |
  Проголосовать: нравится +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

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

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

»
5 месяцев назад, # |
  Проголосовать: нравится +29 Проголосовать: не нравится
What's your choice?
»
5 месяцев назад, # |
  Проголосовать: нравится +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'.

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

    possibly

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

    Damn coincidences on the internet :) Just found his comments in the live chat of Evan Chen solving CF1628C on an old live stream. Guy has too much math-connections. It must be him. Also his blog on an IMO problem.

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

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

  • »
    »
    5 месяцев назад, # ^ |
      Проголосовать: нравится 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

    • »
      »
      »
      5 месяцев назад, # ^ |
        Проголосовать: нравится +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?

      • »
        »
        »
        »
        5 месяцев назад, # ^ |
          Проголосовать: нравится +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

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

          suppose this problem

          https://codeforces.com/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?

          • »
            »
            »
            »
            »
            »
            5 месяцев назад, # ^ |
              Проголосовать: нравится +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

        • »
          »
          »
          »
          »
          5 месяцев назад, # ^ |
            Проголосовать: нравится +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?

          • »
            »
            »
            »
            »
            »
            5 месяцев назад, # ^ |
              Проголосовать: нравится 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

    • »
      »
      »
      4 месяца назад, # ^ |
        Проголосовать: нравится 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!

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

    solve problems when you see them

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

are you drawing sth on your profile ?

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

Are you for real?

»
5 месяцев назад, # |
  Проголосовать: нравится 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 ?

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

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

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

    Say F***, And then check my algorithm, if you didn't prove it, but just thought it's reasonable and correct, prove it, if could: check your code, else: come up with another algorithm on a paper IMPORTANT: pen and a paper will 11 times out of 10 work better than code editors

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

    solve the problem

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

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

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

what is the difference between int and long long

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

but you were an expert before that ...

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

how can i reach pupil :( can you help

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

What's your type in women

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

[deleted]