yeeeet's blog

By yeeeet, history, 3 years ago, In English

After getting destroyed by the problem mentioned in this blog

I decided to get revenge on the problemsetter(dvdg6566) by setting a problem related to his that he couldn't solve :). After thinking a while I came up with this problem. Given two integers N and I, construct a sequence of non-negative integers with length N with inequality I where inequality is defined as

$$$I = \sum\limits_{i=1}^N \bigg( \sum\limits_{j=i}^N rangemax(i,j) \bigg)$$$

But after thinking a while again, I realized I couldn't solve it either. I could only construct a solution for $$$I>=(2*(n-1)*(n-2))$$$ but for smaller I, I have no idea how to do it. Any help would be appreciated thanks!.

Full text and comments »

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

By yeeeet, history, 5 years ago, In English

How do you provide input with comments at the top and run on c++14 with Sublime Text ?

Full text and comments »

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

By yeeeet, history, 6 years ago, In English

What does it mean when a team is marked red?

Full text and comments »

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