Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
One-liner solution in Creative category for The Highest Building by suic
highest_building=lambda b:list(max(enumerate(map(sum,zip(*b)),1),key=lambda t:t[1]))
July 11, 2018