fork download
  1. program ideone;
  2. Uses graph;
  3. var x:byte;
  4. begin
  5. readln(x);
  6. while x<>42 do
  7. begin
  8. writeln(x);
  9. readln(x)
  10. end
  11. end.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
1
2
10
42
11
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(2,6) Fatal: Can't find unit graph used by ideone
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
stdout
Standard output is empty