sum of square numbers by clock

REBOL[]while[n: do input][print n *(m: n + 1)*(m + n)/ 6]

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

download

return to the top page