Блог пользователя Muhammad-Saram

Автор Muhammad-Saram, история, 13 месяцев назад, По-английски
Disclaimer

Hello Codeforces!
I hope you would have enjoyed the recent contest Div.4 as its always easy for most of the community.
But there can be some problems,
And I would not like to waste your time on reading unnecessary things , so let me just start the real blog...
Today's contest's E problem 1829E - The Lakes was very much similar to this (or rather the same)
Actually the problem statements were different (but there was water in both ;) ) but the solution was exactly the same if you copy code of one problem and submit it into another it would get accepted but of course you would have to add/remove the code of multiple test cases.
Now what I want to say that this could be a coincidence , I don't want to blame any of the writers or testers but this thing needs be looked out. Because these kind of things really effects the contest results and hard work of many.
And the thing left about that the contest would be rated or unrated is simply the decision of MikeMirzayanov and the contest creators.

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

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

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

»
13 месяцев назад, # |
  Проголосовать: нравится +24 Проголосовать: не нравится
This written in invitation came to my gmail
»
13 месяцев назад, # |
Rev. 3   Проголосовать: нравится 0 Проголосовать: не нравится

Bro, this is the most basic graph problem, of course there was a same problem before.

And also Mike already has written a post about problems' coincidences

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

    Mike said that , you can't memorize all the contests' problems which have been like 5-6 years old not 5-6 days old . :)

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

This is definitely a classic computing problem, so the coincidence is probably intentional, you just happened to see it for the first and only time on leetcode.

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

To the ones who're saying that this is a basic/classic problem and for training, According to me this is not the right way of practicing , because if someone knows that this kind of problem already exists , then he would obviously go for the rating. And I mean you can't give these kind of problems straightforwardly and it just had been so recent in the Leetcode , That just an average active competitive programmer would have known it . But then again I only wanted to share my thoughts : these kind of things really effects the contest results and hard work of many.

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

    I think the bottomline is: if you're an average active competitive programmer you probably aren't ranking in a Div. 4 contest, which, as I understand, is targetted to newcomers in competitions.

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

So bfs has appeared before? Crazy

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

    Oh! Come on,
    I mean are you dumb??
    There are plenty of bfs/dfs problems but the thing I wanted to say that was both problems had exactly the same solution , like exactly the same, do you know what it means by exactly??
    e.g
    One problem asked you about the minimum number of roads to take from one city to another and the other could ask you tell whether there is a path from the top-left corner of a grid to the bottom-right corner , without visiting any cell twice and there are some cells that you can't visit.
    Now both problems use bfs but the code is not exactly the same.

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

I believe that problem A exists in many judges before the contest!