1length($1) > max	{ max = length($1); name = $1 }
2END			{ print name }
3