begin
comment  library function maxint ;

	integer n;
	n := maxint;
	outinteger(1,n); outstring(1,"\n")
	
end
