def main(args): ''' :param args: list of floats :return: float ''' return 100*(args[1]-0.01*args[0]**2+1)+0.01*(args[0]+10)**2 return 0