fork download
  1. program Item_4;
  2.  
  3. Type Candidat=record
  4. nume: string;
  5. punctaj1, punctaj2: integer;
  6. end;
  7.  
  8. var R:Candidat;
  9.  
  10. begin
  11. write("Introduceti Numele:");
  12. readln(R.nume);
  13. writeln(R.nume);
  14. end.
  15.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Free Pascal Compiler version 3.0.0+dfsg-10 [2016/12/12] for x86_64
Copyright (c) 1993-2015 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling prog.pas
prog.pas(11,11) Fatal: illegal character "'"'" ($22)
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
stdout
Standard output is empty