UVA 10179 Irreducible Basic Fractions Add Comment Edit Hints : Apply Euler Totient Function Rule f(n) = n*[(1-(1/p1))*(1-(1/p2))*..........(1-(1/pk))] #include <bits/stdc++.h> ... Read More