When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

Alchemi5t's blog

By Alchemi5t, history, 2 years ago, In English

Like finding sum of each possible subarray, Finding sum of max of each subarray, Finding sum of product of each possible pair in the array, etc.

They usually involve using modulo as well. Thanks in advance for the help!

So far I've just been googling "codeforces over all subarrays"

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

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

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