from collections import * from itertools import * from functools import * from heapq import * import sys,math input = sys.stdin.readline N = int(input()) s,t = map(int,input().split()) A = list(map(int,input().split())) SUM = sum(A) X = A+A+A SS = list(accumulate([0]+X)) ans = 0 M = (N+1)//2 if s