fork download
  1. var x, y:integer;
  2. r: real;
  3. Begin
  4. readln(x,y);
  5. r:=((exp(3*ln(x))+(exp(3*ln(y)))/2;
  6. writeln(r);
  7. End.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
2 3
compilation info
prog.pas:1: warning: missing program header
prog.pas: In main program:
prog.pas:5: error: syntax error before `;'
stdout
Standard output is empty