(defparameter *n* 1000000)(print (loop for i from 1 to *n* sum i))(print (* *n* (+ 1 *n*) 1/2))
Standard input is empty
500000500000 500000500000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!