• + 0 comments
    def halloweenParty(k):
        return math.ceil(k/2)*(k-math.ceil(k/2))