program tianshu; var a,b,c,d,e:integer; begin read(a); b:=1; c:=2; d:=4; e:=3; writeln(b,' ',c); writeln(d,' ',e); end.