Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
125 solution in Creative category for Call to Home by StefanPochmann
def total_cost(C):
t=p=m=0
for c in C+('',):
if c[:10]!=p:t+=m+max(0,m-100);m=0;p=c[:10]
m-=-int('0'+c[20:])/60
return t
April 29, 2015
Comments: