program ideone; var i,j:integer;begin for i:=1 to 4 do for j:=1 to 2 do writeln('i,j = ',i,' , ',j);end.