import java.io.*; import java.util.*; import java.awt.geom.*; /** * Solution to Top 25 * * @author vanb */ public class top25_vanb { public Scanner sc; public PrintStream ps; /** * Driver. * @throws Exception */ public void doit() throws Exception { sc = new Scanner( System.in ); ps = System.out; // Read in the first list int n = sc.nextInt(); String list1[] = new String[n]; for( int i=0; i indices = new HashMap(); for( int i=0; i