fork download
  1. program ideone;
  2. var N:integer;
  3. begin
  4. read(N);
  5. writeln("1*N","=",1*N);
  6. end.
Compilation error #stdin compilation error #stdout 0s 336KB
stdin
6
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(5,9) Fatal: illegal character "'"'" ($22)
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
stdout
Standard output is empty