


For ‘N’ = 10.
Unique prime factors are 2 and 5.
Hence we return {2, 5}.
The only line contains a single integer 'N'.
The only lines contain the unique prime factors of 'N'.
You are not required to print anything; it has already been handled. Just implement the function.