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