program z;var x,y:real;beginreadln(x);y:=x^2-6x-1;writeln(y);end.
Standard input is empty
prog.pas: In main program: prog.pas:5: error: syntax error before `^2'
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!