// 2023 IUSB Programming Competition // Round 1 Problem 5 // Summation Steps // Solution by Liguo Yu import java.util.Scanner; public class round1_p5 { public static void main(String[] args) { Scanner input = new Scanner(System.in); int size = input.nextInt(); int[] list = new int[size]; for (int i=0; i 1) { int upsize = size - 1; int[] uparray = new int[upsize]; for(int i=0; i