# t61 # C4B: N/8 + |[0,l]| (if N >= 8) + 7*((8-N)/8) + N/8 |[0,l]| (if N < 8) # eocimp: def startT61(): var l while l >= 8: l = l - 8 tick n while l > 0: l = l - 1 tick 1