Given a list with the cycles of a permutation, displays them in the standard cycle notation
cycle2str(cy)
cy
a list with the set of cycles
cycle2str(perm2cycles(c(1,5,2,3,4)))