fork download
  1. `program_povrsina_pravougaonika';
  2. var_s,v,P:real;
  3. begin
  4. read(s,v);
  5. p:=s*v;
  6. write(p);
  7. end.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.pas:1: unterminated string or character constant
prog.pas:1: possible real start of unterminated constant
stdout
Standard output is empty