You are viewing a single comment's thread. Return to all comments →
def chocolateFeast(n, c, m): bars = n//c wrap = bars while w:=wrap//m: bars += w wrap = w + wrap% m return bars
Seems like cookies are disabled on this browser, please enable them to open this website
Chocolate Feast
You are viewing a single comment's thread. Return to all comments →
def chocolateFeast(n, c, m): bars = n//c wrap = bars while w:=wrap//m: bars += w wrap = w + wrap% m return bars