procedure gnat.io.a is x,y:integer;begin put(x*y/x);end;