public static void main(String[] args) { Scanner scanner = new Scanner(System.in); ArrayList<Integer> arrayList1 = new ArrayList<>(); ArrayList<Integer> arrayList2 = new ArrayList<>(); String[] s = scanner.nextLine().split(" "); ...