program 123;vara,b,rez: integer;beginwriteln('unesi prvi broj:')readln(a);writeln('unesi drugi broj:');readln(b);rez:= a+b;writeln('Rezultat je:',rez);end.
Standard input is empty
prog.pas(1,9) Fatal: Syntax error, "identifier" expected but "ordinal const" found Fatal: Compilation aborted Error: /usr/bin/ppc386 returned an error exitcode (normal if you did not specify a source file to be compiled)
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!