program test;var n : integer; i : integer;begin readln(n); writeln(n);end.
2 1 2
prog.nim(1, 7) Error: undeclared identifier: 'program'
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!