fork download
  1. (defparameter *n* 1000000)
  2. (print (loop for i from 1 to *n* sum i))
  3. (print (* *n* (+ 1 *n*) 1/2))
Success #stdin #stdout 1.86s 10984KB
stdin
Standard input is empty
stdout
500000500000 
500000500000