fork download
  1. a:array[1..1000] of longint;
  2. b : integer;
  3. begin
  4. while not eof do begin
  5. readln(a[b]);
  6. writeln(a[b]);
  7. end;
  8. 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
Fatal: Syntax error, "BEGIN" expected but "identifier A" found
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