Изменения рейтингов за последние раунды временно удалены. Скоро они будут возвращены. ×

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

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

See my comment: There's inconsistency in tutorial and solution code of 1661F.

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

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

Why downvote? Is it not welcomed on CodeForces to talk about tutorials of contests several months ago?

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

I don't think a post figuring out some bugs of tutorial could make someone annoyed. So who's downvoting this post?

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

    don't worry, I believe there are bots downvoting blogs and comments, because oftentimes when I upvote comment in recent posts, its score stays at 0 even after a minute has passed

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

There are tons of downvotes on my comment but nobody commented something like "it's not a bug the tutorial is right". Only downvote. No reason. HOW CAN I KNOW WHY I AM DOWNVOTED ON CODEFORCES?

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

    A lot of people downvotes literally for nothing, because they literally understand nothing. I suggest you should write a detailed proof for low-rated users to understand your insight.

    If that problem is a D2B, the scenario would be different.

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

    bro, relax. Ur lucky that at least ur getting recognition and sympathy for getting downvoted. ppl who are rated below expert (this is especially the case for noobies) get downvoted all the time for asking totally reasonable questions. Idk why but its either bots, or ppl who just downvote randomly, but either way, it will happen very often.

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

      90% of the "questions" asked from newbies are just trash. Normal questions from newbies aren't downvoted. But downvoting a question that has been answered here a thousand times or a question that can be easily googled is absolutely fair.

      My favourite blog of all times:

      https://codeforces.com/blog/entry/70237

      It is ironic though that such questions can be still seen in a "recent" tab few times a year.

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

        another such topic is "Vector gives TLE but array doesn't", "Why does my vector solution give TLE", when the user defined vector v(MAXN,0) for every test case

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

Yes I know 1661F is a problem 1 year ago but I don't think talk about it's tutorial should be forbidden on CF.

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

It is okay when you are heavily downvoted for nothing. I have had such experience.

https://codeforces.com/blog/entry/95691#comment-847847

I have written this comment, and then got a reply from somebody:

https://codeforces.com/blog/entry/95691?#comment-847882

This reply is obviously wrong, and shows that this person doesn't know what he/she talking about. But to my surprise, I started to get many downvotes. Some greys and greens, I suppose, thought like "oh, the first comment contain a mistake because there is another comment disproving it".

And only when I made the third comment, disproving the second one, I started to get upvotes.

https://codeforces.com/blog/entry/95691?#comment-847944

So yes, this is the basic thing: people spreading downvotes heavily just for nothing. It is very uncomfortable, but I have already accepted this.

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

Seems like it's a typo. Obviously there should be "maximum".

I didn't even notice this when I was reading this editorial XD.

Btw don't worry about downvoters, you're asking a reasonable question.

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

I fixed that, sorry for the issue. Although I think it's quite obvious that there should be maximum instead of minimum.

UPD: I definitely fixed it on Polygon and built the package, but somehow it doesn't update. I hope it just needs more time