var i,j:comp;begin for i:=-32to-1do for j:=i to-1do write(chr(i div(i and j)*3+32),^j:1div j)end.