import java.io.*; import java.util.*; import java.text.*; import java.math.*; import java.util.regex.*; public class Solution { static long sumOfGroup(int k) { // Return the sum of the elements of the k'th group. long temp = k; long sP = ((temp-1)*(temp)/2)+1; long result = 0; //System.out.println(sP); for(long i=sP;i