#E. 最接近的值

    Type: Default 1000ms 256MiB

最接近的值

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题面背景

我们想知道哪个数字与 xx 是最接近的数值

题目描述

有一个 xx, 我们要求与 xx 最接近的数值

nn 个正整数, 第 ii 个数字是 aia_i, 我们现在想知道, 在所有不在数组 aa 的整数中, 哪个数字距离 xx 的距离最近, 如果有多个值距离相等, 则输出最小的那个.

输入格式

第一行两个整数 x,nx, n

第二行 nn 个整数 aia_i

输出格式

输出一个整数表示最接近 xx 的整数

样例 #1

样例输入 #1

6 5
10 5 6 7 4

样例输出 #1

8

提示

1x,ai100 1 \le x, a_i \le 100

0n1000 \le n \le 100

[NOI蓝图杯] 十一月入门赛

Not Attended
Status
Done
Rule
Ledo
Problem
6
Start at
2023-11-3 12:00
End at
2023-11-5 22:00
Duration
58 hour(s)
Host
Partic.
71