program ideone; var a,b:Byte;begin read(a); read(b); WriteLn('a=',a,' b=',b);end.
321341231 12
a=47 b=12
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!