using System; using System.Collections.Generic; using System.IO; using System.Linq; class Solution { static long resultVal = 0; static long[] split(long a) { List resultList = new List(); if(a%2 == 0) { long partCount = (long)(a/2); for(int i=0; i