https://www.codechef.com/LRNDSA06/problems/ARRCENT

In this problem, what is the operation to be done??? Really confused please help

\binom{n}{r} denotes the number of ways to choose r objects from n distinct objects.

\sum_{i=a}^{b} f(i) = f(a) + f(a+1)+\dots +f(b-1)+f(b)

1 Like