LCM of 1 to n by tttaki

m@main=do n<-readLn;print$foldl lcm 1[1..n];m

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

download

return to the top page