public long Test1(int N)
 {
     return(solution.PerfectBalancedTressOfWeight(N));
 }