program ideone;var x : integer;begin x := 30000; x := x + x; writeln(x);end.
Standard input is empty
-5536
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!