fork download
  1. var cislo : long;
  2.  
  3. begin
  4. readln(cislo);
  5. writeln(cislo);
  6. end.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Free Pascal Compiler version 2.2.0 [2009/11/16] for i386
Copyright (c) 1993-2007 by Florian Klaempfl
Target OS: Linux for i386
Compiling prog.pas
prog.pas(1,17) Error: Identifier not found "long"
prog.pas(1,17) Error: Error in type definition
prog.pas(4,14) Error: Can't read or write variables of this type
prog.pas(4,15) Error: Illegal expression
prog.pas(5,15) Error: Can't read or write variables of this type
prog.pas(5,16) Error: Illegal expression
prog.pas(6,4) Fatal: There were 6 errors compiling module, stopping
Fatal: Compilation aborted
Error: /usr/bin/ppc386 returned an error exitcode (normal if you did not specify a source file to be compiled)
stdout
Standard output is empty