fork download
  1. var
  2. n : integer;
  3. i : integer;
  4. begin
  5. readln(n);
  6.  
  7.  
  8.  
  9. writeln(n);
  10. end.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
2
1 2

compilation info
prog.nim(2, 0) Error: tabulators are not allowed
stdout
Standard output is empty