一个正整数K被称为squarefree,如果它没有一个D^2(D>1)这样的约数。
读入一个正整数N
找出第N个不是squarefree的数。1<=N<=10^10
10
27 Hint 前10个非squarefree的数 4 8 9 12 16 18 20 24 25 27