Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Short, Simple, Efficient solution in Creative category for Stair Steps by StefanPochmann
checkio=c=lambda n,a=0,b=0:c(n[1:],b,max(a,b)+n[0])if n else max(a,b)
April 28, 2015
Comments: