LCM of 1 to n by Defenestrator

while 1:a=b=input();exec"c=b\nwhile b%a:b+=c\na-=1\n"*a;print b

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

download

return to the top page