var x, y:integer;r: real;Begin readln(x,y); r:=((exp(3*ln(x))+(exp(3*ln(y)))/2; writeln(r);End.
2 3
prog.pas:1: warning: missing program header prog.pas: In main program: prog.pas:5: error: syntax error before `;'
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!