import cucs.*; import java.util.*; // Name: Roy Pargas, Spring 2004 // Class: Test1A: TestMatrixManager // Date Created: Tue Sep 25 16:53:13 EDT 2004 // Date Modified: Tue Sep 25 16:53:13 EDT 2004 // Header Comment: public class Test1A { public static void main(String args[]) { MatrixManager mm = new MatrixManager(args[0]); mm.printMatrix(); mm.printMin(); mm.printMax(); } // end main } // end Test1A // test input data 3 5 1 2 3 4 5 13 12 15 11 14 10 9 8 7 6 2 7 -7 -6 -5 -1 -2 -3 -2147483648 -8 -10 -9 -10 -11 -12 -100000 2 10 -11 -12 -13 -14 -15 -16 -17 -18 -100000000 -10 6 7 8 9 100000000 1 2 3 4 5 2 8 1000000 1000001 1000002 1000003 1000004 1000005 1000006 1000007 2000000 6000001 3000002 7000003 4000004 6000005 4000006 5000007