4.4BSD/usr/src/old/awk/test/t.max

length > max	{ max = length; x = $0}
END { print max, x }