Ejemplo n.º 1
0
int main(){
	uint32_t *phi = genPhi(1000001);
	free(phi);
}
Ejemplo n.º 2
0
int main()
{
	genPhi(N);
	solve();
	return 0;
}