Problem B

Statement
Copy Copied
Description:
Petya has k matches, placed in n matchboxes lying in a line from left to right. We know that k is divisible by n. Petya wants all boxes to have the same number of matches inside. For that, he can move a match from its box to the adjacent one in one move. How many such moves does he need to achieve the desired configuration?

Input Format:
The first line contains integer n (1 ≤ n ≤ 50000). The second line contains n non-negative numbers that do not exceed 109, the i-th written number is the number of matches in the i-th matchbox. It is guaranteed that the total number of matches is divisible by n.

Output Format:
Print the total minimum number of moves.

Note:
None

Submissions

IDLanguageExit CodeTimestampCodeStdoutStderrRetry
4845 cpp 0 2026-03-04T08:53:04.460046Z View View View Retry

Evaluations

Eval IDRun IDProviderModelLangSuccessTimestampPromptResponseStdoutStderrRetry
1448 20260302-080116 gemini gemini-3-pro-preview go false 2026-03-02T09:02:36.640208Z View View View View Retry