Problem B

Statement
Copy Copied
Description:
You are given n points on a line with their coordinates xi. Find the point x so the sum of distances to the given points is minimal.

Input Format:
The first line contains integer n (1 ≤ n ≤ 3·105) — the number of points on the line.

The second line contains n integers xi ( - 109 ≤ xi ≤ 109) — the coordinates of the given n points.

Output Format:
Print the only integer x — the position of the optimal point on the line. If there are several optimal points print the position of the leftmost one. It is guaranteed that the answer is always the integer.

Note:
None

Evaluations

Eval IDRun IDProviderModelLangSuccessTimestampPromptResponseStdoutStderrRetry
850 20260225-063403 gemini gemini-3.1-pro-preview go true 2026-02-25T06:38:14.472414Z View View View View Retry