fork download
  1. var cislo : longint;
  2. i : integer;
  3.  
  4. begin
  5. readln(cislo);
  6.  
  7. for (i = 0; i < len(cislo); inc(i))
  8. begin
  9.  
  10. end;
  11.  
  12. writeln(cislo);
  13. 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(7,9) Warning: Variable "i" does not seem to be initialized
prog.pas(7,12) Fatal: Syntax error, ")" expected but ";" 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