// Introduction to Algorithms
// Template for Maximum.max()
// <put your name, login name & student number here>

class Maximum implements Maximizing {
    public void choice (int c) { }
    public int max (int[] array) {

    }
}
