Type: RemoteJudge 1000ms 64MiB

练60.1 丢失的数字

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.

说明

给你mm11nn之间的整数,你能找出11nn中的哪些整数没有出现吗?

输入格式

第一行22个整数nn,mm,直接用空格分隔(1n1000001 \le n \le 100000, m<nm < n),表示有mm11nn之间的整数。 接下来mm行,每行一个整数aia_i1ain1 \le a_i \le n,数据保证mm个数都不相同)。

输出格式

每行11个数,从小到大输出输入数据中没有出现过的11nn中的整数。

样例

5 3
3
1
4
2
5

2024021901

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
10
Start at
2024-2-19 17:00
End at
2024-2-19 18:30
Duration
1.5 hour(s)
Host
Partic.
11