#618
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 of length () with all contiguous subarray sums distinct. For each index , help Bessie compute the minimum amount it suffices to change by so that there are two different contiguous subarrays of with equal sum.
입력
The first line contains .
The next line contains (the elements of , in order).
출력
One line for each index .
예제 입력 1
2
2 -3
예제 출력 1
2
3
예제 입력 2
3
3 -10 4
예제 출력 2
1
6
1
점수
Input 3: Input 4: Inputs 5-7: Inputs 8-16: No additional constraints.
코드 제출
코드를 제출하려면 로그인이 필요합니다.
로그인내 제출
제출 내역이 없습니다.
맞은 사람
아직 맞은 사람이 없습니다.
난이도 투표
로그인 후 AC 받으면 투표할 수 있습니다.
전체 제출
제출 내역이 없습니다.