totient function by konn

main=mapM(\n->print$sum[1|a<-[1..n],gcd a n==1])[10000..10300]

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

download

return to the top page