fork download
  1. program ideone;
  2. var
  3. f : integer;
  4. d : integer;
  5. begin
  6. crlsrc;
  7. readln(f);
  8. readln(d);
  9. writeln('Zadajte Prve');
  10.  
  11. end.
Compilation error #stdin compilation error #stdout 0s 288KB
stdin
6
7

8
9
9
9
9
compilation info
Free Pascal Compiler version 2.6.4+dfsg-6 [2015/05/31] for i386
Copyright (c) 1993-2014 by Florian Klaempfl and others
Target OS: Linux for i386
Compiling prog.pas
prog.pas(6,7) Error: Identifier not found "crlsrc"
prog.pas(11,4) Fatal: There were 1 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