program tablica;var i,j:integer;beginfor i:=3 to 7 do beginfor j:=3 to 7 dowrite(i*j);writeln;end;end.
Standard input is empty
912151821 1216202428 1520253035 1824303642 2128354249
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!