• + 0 comments

    int feast = n/c; int wrappers = n/c; while(wrappers >= m){ wrappers = wrappers - m + 1; feast++; } return feast;