Reduce fractions FIXED by clock

while 1:
 r=eval(raw_input()+".");n=2
 while round(n*r)/n-r:n+=1
 print"%.f/%d"%(n*r,n)

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page