k=int(input().strip()) array = list(map(int, input().strip().split())) total=sum(array) if total/3