import java.util.*; public class FindDups { public static void main(String args[]) { Set s = new HashSet(); for (int i=0; i