from time import clock import sys def maximum(list): global compare global size max=list[0] for i in range(1,len(list),1): if max