import java.util.Scanner; public class Main { public static void main(String[] args) throws Exception { Scanner koko = new Scanner (System.in); int n = koko.nextInt(); int[] a = new int[n]; int[] b = new int[n]; for(int i =0; i