int ans = 1; for(int i = 2;;++i) { int qwq = pow(n,1.000/i); if(qwq == 1) break; ans += -mu[i]*(qwq-1); }