var s, k: integer; begin s := 1; for k := 2 to 8 do begin s :=s*k; end; writeln(s);end.
Standard input is empty
-25216
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!