import java.util.Random; public class contains { public static void main(String [] args) { Random r=new Random(111111111111L); int n=Integer.parseInt(args[0]); int outer=8388608/n; int count=0; SList t=new SList(); //Tree t=new Tree(); for (int i=0; i