#618
Unrated
Equal Sum Subarrays
시간 제한
2s
메모리 제한
1024MB
제출
0
정답
0
맞힌 사람
0
정답 비율
0.0%

문제

Note: The time limit for this problem is 3s, 1.5x the default.

FJ gave Bessie an array aa of length NN (2N500,1015ai10152\le N\le 500, -10^{15}\le a_i\le 10^{15}) with all N(N+1)2\frac{N(N+1)}{2} contiguous subarray sums distinct. For each index i[1,N]i\in [1,N], help Bessie compute the minimum amount it suffices to change aia_i by so that there are two different contiguous subarrays of aa with equal sum.

입력

The first line contains NN.

The next line contains a1,,aNa_1,\dots, a_N (the elements of aa, in order).

출력

One line for each index i[1,N]i\in [1,N].

예제 입력 1

2
2 -3

예제 출력 1

2
3

예제 입력 2

3
3 -10 4

예제 출력 2

1
6
1

점수

Input 3: N40N\le 40Input 4: N80N \le 80Inputs 5-7: N200N \le 200Inputs 8-16: No additional constraints.

코드 제출

코드를 제출하려면 로그인이 필요합니다.

로그인
내 제출
제출 내역이 없습니다.
맞은 사람
아직 맞은 사람이 없습니다.
난이도 투표
Unrated0명 투표
로그인 후 AC 받으면 투표할 수 있습니다.
전체 제출
제출 내역이 없습니다.