Series Sum
CodeChefOpen on judge ↗
Given an array of $N$ integers $a_1, a_2, a_3, ...., a_N$, find the value of following series: $\sum_{i=1}^{N} \sum_{j=1}^{N-i+1} \frac{a_j+1}{N-j+1}$ ### Input - First line will contain $T$, number of testcases. Then the testcases follow. - First line of each testcase contains a single integer $N$. - Second line of each testcase contains $N$ space separated integers $a_1, a_2. a_3, ...., a_N$ #
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start