Dynamic solution in Creative category for Feed Pigeons by veky
def checkio(f,p=1,d=1): while f>p:f-=p;d+=1;p+=d return max(f,p-d)
May 7, 2014
Comments: