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

DOA's blog

By DOA, history, 7 years ago, In English

Guys i am stuck in this problem-http://www.spoj.com/problems/RATING/.Any help will be appreciated .

  • Vote: I like it
  • 0
  • Vote: I do not like it

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

this problem requires the knowledge of data structure such as segment tree or fenwick tree.

hint
My Solution