begin
comment reading from file  FILE_2;
	integer n;
	n := 0;
	ininteger(2,n);
	outinteger(1,n)
end
