import java.io.*; import java.util.*; import java.text.*; import java.math.*; import java.util.regex.*; public class Solution { // public static k getkgroup static long sumOfGroup(int k) { int tempk = 0; long currentOdd = -1; while (tempk != k ){ tempk++; currentOdd+= 2*(tempk); } long res = 0; for(int i=0; i