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