|
||||||||||
Sum the K-th'sTime Limit: 5000/3000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others)Total Submission(s): 387 Accepted Submission(s): 66 Problem Description N integers are arranged on a circle clockwise. Given two integers M & K. For each position, you should take M continuous integers on the left and M continuous integers on the right. Take out the K-th number of the 2M integers. Then you will get N integers. Add all the integers up and tell me the sum. If the answer is not smaller than 1,000,000,007, divide it by 1,000,000,007 and tell me the remainder. Input There is an Integer T in the first line. Which means the number of test cases in the input file. Then followed by T test cases. For each test case, in the first line there are 3 Integers N(5<=N<=100,000),M(0<M*2<N),K(0<K<£½2*M). Then there are N Integers, all the integers are non-negative Integers and smaller than 1,000,000,000. Output For each test case, output the answer for a line. Sample Input
Sample Output
Author Sempr|CrazyBird|hust07p43 Source | ||||||||||
|