public class SimpleSolution implements u1.IMaxSequence {
	// this implementation returhs the wrong result
	public int max(int[] a){
		return 0;
	}
}

