#P10961. [2015杭电多校]First One
[2015杭电多校]First One
First One
Problem Description
soda has an integer array . Let be the sum of . Now soda wants to know the value below: $$\sum_{i=1}^{n} \sum_{j=i}^{n} (\lfloor \log_2 S(i,j) \rfloor + 1) \times (i + j)$$ Note: In this problem, you can consider as 0.
Input
There are multiple test cases. The first line of input contains an integer , indicating the number of test cases. For each test case: The first line contains an integer , the number of integers in the array. The next line contains integers .
Output
For each test case, output the value.
Sample Input
1
2
1 1
Sample Output
12
Author
zimpha@zju
Source
2015 Multi-University Training Contest 6