import java.util.*; import java.io.*; public class Main{ static final Reader sc = new Reader(); static final PrintWriter out = new PrintWriter(System.out,false); public static void main(String[] args) throws Exception { int n = sc.nextInt(); ArrayList list = new ArrayList(); HashMap map = new HashMap(); int count =0; for(int i=0;i