Kevin thinks that array A is beautiful if
Kevin knows M bad numbers Bi. Kevin also knows that 1 isn't a bad number. Now he wants to find lexicographically smallest beautiful array.
Input format:
The first line of the input contains three numbers N, K, M. The next line contains M integers - Bi.
Output format:
Output N integers - lexicographically smallest beautiful array.
Constraints: