GDCass1ni's blog

By GDCass1ni, history, 2 years ago, In English

I got completely comfused in the editorial of DIV2 E.

let it be number $$$y$$$. Then it is clear that all bits from $$$w$$$ will be included in the answer, then we make a new pair $$$(x'_i, y'_i)$$$ = $$$(x_i - w, y_i - w)$$$

What is $$$w$$$? Where did the $$$w$$$ come from? Are you meaning $$$y$$$ ?

Iterate over bit $$$i$$$ and similarly to the case $$$x = 0$$$ consider the same cases, but for the array $$$y'$$$. Also, take into account that the bit occurs in $$$W$$$.

I think this sentence is written for people who have already known how to solve this problem. It is completely unreadable and meaningless.

Don't write editorials for MIKE. Please, write something understandable.

Please always remember, people who read your editorials do not know how to solve this problem, and not all readers can understand it as easily as tourist.

UPD1: It seems that the writter has modified the editorial and the first issue has been fixed.

  • Vote: I like it
  • +200
  • Vote: I do not like it

| Write comment?
»
2 years ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

lol

»
2 years ago, hide # |
 
Vote: I like it +34 Vote: I do not like it

I usually find codeforces editorials useful, when I have already solved the problem. Sometimes after reading it I get some insight that I missed, or I see a whole different approach.

But when I am searching for editorial for a problem that I have not solved yet, I usually search through comment section under round announcement.

And if it does not help, sometimes it is useful to find a youtube video of someone high rated, usually their short explanations are easy to understand.

»
2 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Found this thread while looking for alternate explanation of same question lol

»
2 years ago, hide # |
Rev. 2  
Vote: I like it +13 Vote: I do not like it

You know, editorials are always Incomprehensible in codeforces. I usually get a useful one in LUOGU. Although some of them are also bad, I could still find what I need. More is BETTER. Maybe someone is good at creating problems/solving pronlems but not teaching others.

»
2 years ago, hide # |
 
Vote: I like it +5 Vote: I do not like it

Yeah it seems like the masters/grandmasters who write them assume you are at/near their level. I honestly don't mind the challenge of deciphering an editorial though because I think it helps me really understand the solution, even if it takes a while.

»
2 years ago, hide # |
Rev. 2  
Vote: I like it -17 Vote: I do not like it

Editorials are mostly useless. They are written for someone who already knows the solution. And if your criticize the editorials/writers you are attacked for not being thankful enough.

»
2 years ago, hide # |
 
Vote: I like it +10 Vote: I do not like it

I suppot!