#D7913. Anagram
Anagram
Anagram
problem
Given a sequence of length . Output all integers that satisfy the following conditions.
Condition: Well sorted matches .
Example
Input
8 5 2 4 9 4 9 2 5
Output
1 2 4 6 7 8
inputFormat
outputFormat
Output all integers that satisfy the following conditions.
Condition: Well sorted matches .
Example
Input
8 5 2 4 9 4 9 2 5
Output
1 2 4 6 7 8
样例
8
5 2 4 9 4 9 2 5
1 2 4 6 7 8