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

compilation info
prog.nim(2, 14) Error: identifier expected, but found ';'
stdout
Standard output is empty