program multiplicacao;var x,y: integer; r: integer; read x; read y; r:=x*y; write r;end.
Standard input is empty
prog.pas:4: error: syntax error before `x'
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!