import java.util.Map; import java.util.Scanner; public class test{ public static void main(String[] args) throws Exception { Scanner scanner = new Scanner(System.in); int n = scanner.nextInt(); Map<Integer, Integer> table = new HashMap<>(n); /* ...