import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args)throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int n = Integer.parseInt(br.readLine()); String line[] = br.readLine().split(" "); int[] a = new int [n]; for (int i=0;i a[i-p]){ int temp = a[p]; a[p] = a[i-p]; a[i-p] = temp; }} } } System.out.print(a[0]); for(int i=1; i